I am using jcarousel, and on window resizing i am getting the error,
jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...
please give me solution for this..
thanks
I am using jcarousel, and on window resizing i am getting the error,
jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...
please give me solution for this..
thanks
This is by design, you must set the width and height of each image:
<li><img src="" width="75" height="75" alt="" /></li>
You need to set a height and width on the ul or whatever container holds the images. Check out the css supplied with jCarousel (it is long but only the first few rules are relevant).