While scrolling horizontally the images rotate on the entire width of the website -- not remaining within the carousel. That means images to the left and right of the carousel "drop out of the carousel." You can see it here: http://www.quickdiscover.com/

Comments

BruFFy’s picture

I have the same problem.

BruFFy’s picture

Fixed mine with css, gave the parent container overflow: hidden.

extexan’s picture

I fixed mine with CSS as well, but we shouldn't have to. It should be fixed in the module.

rickdonohoe’s picture

Which skin does this apply too? Did the single line of CSS fix it all?

petervcook’s picture

I was able to fix this issue by adding

.jcarousel-clip {
	overflow: hidden;
}

to jcarousel-default.css. It will likely work with by being added to any CSS file

chaz1975’s picture

Issue summary: View changes

#5 worked for me as well, thanks for the tip. I'm using the module without a skin and needed to put in some basic CSS to make it look right.

  • markpavlitski committed 8aea784 on 7.x-2.x
    Issue #1470026 by petervcook, chaz1975: images outside carousel
    
markpavlitski’s picture

Version: 7.x-2.6 » 7.x-2.x-dev
Priority: Major » Normal
Status: Active » Fixed

Fixed in 7.x-2.x-dev branch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.