', prevContent: '', nextClass: 'swiper-button-next', prevClass: 'swiper-button-prev', }, spaceBetween = 16, autoplay = false, loop = false }) { const $container = $(selector); $container.addClass('swiper-container swiper'); $container.children().addClass('swiper-slide'); $container.children().wrapAll('
'); if (navigation.nextEl) { const $nextButton = $(`${navigation.nextContent}
`); $container.after($nextButton); } if (navigation.prevEl) { const $prevButton = $(`${navigation.prevContent}
`); $container.after($prevButton); } new Swiper(selector, { slidesPerView: items, spaceBetween: spaceBetween, loop: loop, pagination: pagination, navigation: navigation, autoplay: autoplay, breakpoints: { 0: { slidesPerView: 1.2, spaceBetween: 8, }, 768: { slidesPerView: 3, spaceBetween: spaceBetween, }, 1024: { slidesPerView: items, spaceBetween: spaceBetween, }, }, }); } $(function() { $('.technology').wrapInner(''); initSwiperOnMobile({ selector: '.tarja', items: 4, spaceBetween: 24, navigation: false, pagination: false, loop: true, autoplay: { delay: 4000, disableOnInteraction: true, } }); initSwiperOnMobile({ selector: '.product-thumbnails', items: 4, pagination: '.swiper-pagination', spaceBetween: 8, navigation: { nextEl: '.product-thumbnails-next', nextClass: 'product-thumbnails-next', nextContent: `` } }); /*$(window).resize(function() { const $container = selector ? $(selector) : false; if ($(window).width() >= 768) { $container.removeClass('swiper-container'); $container.children('.swiper-wrapper').children().unwrap(); $container.children().removeClass('swiper-slide'); } else { if (!$container.hasClass('swiper-container')) { initSwiperOnMobile({ selector: '.tarja', }); } } });*/ const button = $('