Showing
1 changed file
with
1 additions
and
3 deletions
@@ -153,9 +153,7 @@ if ($('.fresh-list-swiper').find('li').size() > 1) { | @@ -153,9 +153,7 @@ if ($('.fresh-list-swiper').find('li').size() > 1) { | ||
153 | lazyLoadingInPrevNext: true, | 153 | lazyLoadingInPrevNext: true, |
154 | grabCursor: true, | 154 | grabCursor: true, |
155 | slidesPerView: 'auto', | 155 | slidesPerView: 'auto', |
156 | - slideElement: 'li', | ||
157 | - watchSlidesProgress : true, | ||
158 | - watchSlidesVisibility : true, | 156 | + slideElement: 'li' |
159 | }); | 157 | }); |
160 | } | 158 | } |
161 | 159 |
-
Please register or login to post a comment