2019-10-02 16:15:37 +00:00
|
|
|
var swiper = new Swiper('.blog-slider', {
|
2020-03-20 05:23:41 +00:00
|
|
|
autoplay: {
|
|
|
|
delay: 3000,
|
|
|
|
stopOnLastSlide: false,
|
|
|
|
disableOnInteraction: true,
|
|
|
|
},
|
|
|
|
spaceBetween: 30,
|
|
|
|
effect: 'fade',
|
|
|
|
mousewheel: {
|
|
|
|
invert: false,
|
|
|
|
},
|
|
|
|
// autoHeight: true,
|
|
|
|
pagination: {
|
2019-10-02 16:15:37 +00:00
|
|
|
el: '.blog-slider__pagination',
|
|
|
|
clickable: true,
|
2020-03-20 05:23:41 +00:00
|
|
|
}
|
|
|
|
});
|