tags:

views:

388

answers:

2

I am using the jCarouselLite jquery plugin to a simple rotate where an image+text is displayed on at a time, with a prev+next button. My problem is that jCarouselLite seems to be inserting a set height for all the elements. My need is that all my pictures are of the same height, but the amount of text can differ - currently jCarouselLite cuts of/hides the text where the are many lines. I want to be able to show all types of texts, no matter how many lines there is - any ideas?

A: 

Try setting the outer container (.jCarouselLite) to "overflow-x: visible;". If your carousel is vertical, just change it to overflow-y.

seangates
A: 

Hi. In the jCarouselLite Javascript file change the word 'hidden' to visible', that sorted for me..

Paul