Showing
3 changed files
with
3 additions
and
3 deletions
framework @ 119c247f
@@ -72,7 +72,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | @@ -72,7 +72,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | ||
72 | lazyLoadingInPrevNext: true, | 72 | lazyLoadingInPrevNext: true, |
73 | loop: true, | 73 | loop: true, |
74 | autoplay: 3000, | 74 | autoplay: 3000, |
75 | - autoplayDisableOnInteraction: false, | 75 | + autoplayDisableOnInteraction: true, |
76 | paginationClickable: true, | 76 | paginationClickable: true, |
77 | pagination: '.banner-top .pagination-inner' | 77 | pagination: '.banner-top .pagination-inner' |
78 | }); | 78 | }); |
@@ -84,7 +84,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | @@ -84,7 +84,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | ||
84 | lazyLoadingInPrevNext: true, | 84 | lazyLoadingInPrevNext: true, |
85 | loop: true, | 85 | loop: true, |
86 | autoplay: 3000, | 86 | autoplay: 3000, |
87 | - autoplayDisableOnInteraction: false, | 87 | + autoplayDisableOnInteraction: true, |
88 | paginationClickable: true, | 88 | paginationClickable: true, |
89 | pagination: '.banner-top .pagination-inner' | 89 | pagination: '.banner-top .pagination-inner' |
90 | }); | 90 | }); |
-
Please register or login to post a comment