Image in Image Carousel jumps up

1
I have an Image Carousel defined with several pictures in it. When it cycles through the images, it comes in slightly lower (with a white bar above it) and when it is in view it pops up into the frame. Images were bigger than the frame, could that be the problem? Is this a known bug? Any workarounds?
asked
1 answers
2

Hi Louis,

This is apparently only an issue in Chrome. It works perfectly in Firefox or IE (did not test Safari). I have fixed the issue for Chrome by modifying my own CSS; I've added the following:

.Carousel div.slideshow ul li { width: auto !important; }

Alternatively, you can fix the width and set the height on auto, depending on your requirement.

answered