Closed (fixed)
Project:
jCarousel
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2012 at 08:25 UTC
Updated:
19 Jan 2015 at 13:04 UTC
Jump to comment: Most recent
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
Comment #1
BruFFy commentedI have the same problem.
Comment #2
BruFFy commentedFixed mine with css, gave the parent container overflow: hidden.
Comment #3
extexan commentedI fixed mine with CSS as well, but we shouldn't have to. It should be fixed in the module.
Comment #4
rickdonohoe commentedWhich skin does this apply too? Did the single line of CSS fix it all?
Comment #5
petervcook commentedI was able to fix this issue by adding
to jcarousel-default.css. It will likely work with by being added to any CSS file
Comment #6
chaz1975 commented#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.
Comment #8
markpavlitski commentedFixed in 7.x-2.x-dev branch.