swiper
This commit is contained in:
parent
01fef65c28
commit
89d93923fe
|
@ -264,15 +264,10 @@ if (stellar.plugins.swiper) {
|
||||||
slidesPerView: 'auto',
|
slidesPerView: 'auto',
|
||||||
spaceBetween: 8,
|
spaceBetween: 8,
|
||||||
centeredSlides: true,
|
centeredSlides: true,
|
||||||
zoom: true,
|
|
||||||
pagination: {
|
pagination: {
|
||||||
el: '.swiper-pagination',
|
el: '.swiper-pagination',
|
||||||
clickable: true,
|
clickable: true,
|
||||||
},
|
},
|
||||||
autoplay: {
|
|
||||||
delay: 5000,
|
|
||||||
disableOnInteraction: false,
|
|
||||||
},
|
|
||||||
navigation: {
|
navigation: {
|
||||||
nextEl: '.swiper-button-next',
|
nextEl: '.swiper-button-next',
|
||||||
prevEl: '.swiper-button-prev',
|
prevEl: '.swiper-button-prev',
|
||||||
|
|
Loading…
Reference in New Issue