halo-theme-fantastic/source/js/widget_pin.js

9 lines
215 B
JavaScript

var swiper = new Swiper('.blog-slider', {
spaceBetween: 30,
effect: 'fade',
// autoHeight: true,
pagination: {
el: '.blog-slider__pagination',
clickable: true,
}
});