Just provide the option 'itemFallbackDimension'
Example:
jQuery('#yourcarousel').jcarousel({
scroll: 1,
visible: 1,
animation: 3000,
auto: 8,
wrap: 'circular',
itemFallbackDimension: 300
});
If, for some reason, jCarousel can not detect the width of an item, you can set a fallback dimension (width or height, depending on the orientation) here to ensure correct calculations.
I hope this helps someone...
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…