diff --git a/application/views/mobile_first/gh-next.php b/application/views/mobile_first/gh-next.php index 4be343e7..95e324a4 100644 --- a/application/views/mobile_first/gh-next.php +++ b/application/views/mobile_first/gh-next.php @@ -291,10 +291,7 @@ var articleSwiper = new Swiper("#articleSwiper", { keyboard: true, slidesPerView: slidesPerView, loop: true, - autoplay: { - delay: 3000, - disableOnInteraction: false - }, + autoplay: false, navigation: { nextEl: "#article-swiper-button-next", prevEl: "#article-swiper-button-prev" @@ -309,10 +306,7 @@ var tourSwiper = new Swiper("#tourSwiper", { keyboard: true, slidesPerView: slidesPerView, loop: true, - autoplay: { - delay: 3000, - disableOnInteraction: false - }, + autoplay: false, navigation: { nextEl: "#tour-swiper-button-next", prevEl: "#tour-swiper-button-prev"