No width/height set for items. This will cause an infinite loop. Aborting

前端 未结 11 1426
太阳男子
太阳男子 2020-12-13 23:46

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

11条回答
  •  庸人自扰
    2020-12-14 00:22

    This error shows up when the css file bundled is not attached or not correctly attached ... you have to correctly apply it (the name of the skin goes into the id or the ul).
    Example : the class of the ul must be set to jcarousel-skin-tango or to jcarousel-skin-ie7

提交回复
热议问题