スライドショーが終了すると(すべての写真が表示されたとき)、最初からやり直さず、最後に行き詰まります。どんな助けでも大歓迎です。
コードは次のとおりです。
$(".flexslider").flexslider({
animation: "fade",
controlsContainer: ".flex-container",
useCSS: false,
touch: true,
controlNav: false,
animationLoop: false,
smoothHeight: true,
slideshowSpeed: 4500,
slideshow: true,
pauseOnHover: true
});