const swiper = new Swiper('.swiper', { direction: 'horizontal', loop: true, autoplay: { delay: 5000, }, pagination: { el: '.swiper-pagination', type: 'bullets', clickable: true, }, slidesPerView: 'auto', spaceBetween: 16, centeredSlides: true, breakpoints: { // when window width is >= 699px 699: { centeredSlides: false } } //centeredSlidesBounds: true, //initialSlide: 1, }); /*window.addEventListener('resize', function(event) { swiper.update(); swiper.updateSize(); swiper.updateSlides(); }, true);*/