From 89d93923fec3c4428c5168bd7d9a6bcb4400f2a0 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sun, 21 Feb 2021 23:57:07 +0800 Subject: [PATCH] swiper --- source/js/main.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/js/main.js b/source/js/main.js index 92a776b..8fddcc2 100644 --- a/source/js/main.js +++ b/source/js/main.js @@ -264,15 +264,10 @@ if (stellar.plugins.swiper) { slidesPerView: 'auto', spaceBetween: 8, centeredSlides: true, - zoom: true, pagination: { el: '.swiper-pagination', clickable: true, }, - autoplay: { - delay: 5000, - disableOnInteraction: false, - }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev',