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. Abo
If your gallery is inside UpdatePanel (Ajax) does not work well, if you generated an event within the panel. every thing inside the panel stops or generates an error....
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).
You just have to update the jcarousel version to its latest version. And it will solve the issue.
Download the latest version here and update the necessary files.
I observe this problem if container gallery is hidden display:none