当幻灯片结束(显示所有图片时)它不会重新开始,卡在最后。任何帮助表示赞赏。
这是代码:
$(".flexslider").flexslider({
animation: "fade",
controlsContainer: ".flex-container",
useCSS: false,
touch: true,
controlNav: false,
animationLoop: false,
smoothHeight: true,
slideshowSpeed: 4500,
slideshow: true,
pauseOnHover: true
});