document.addEventListener('DOMContentLoaded', () => { const swiper = new Swiper('.slider-template--17642248929433__cn_product_testimonials_JeqPDq', { slidesPerView: 3, spaceBetween: 32, pagination: { el: '.swiper-pagination', clickable: true, bulletClass: 'swiper-pagination-bullet', bulletActiveClass: 'swiper-pagination-bullet-active', }, breakpoints: { // when window width is >= 320px 320: { slidesPerView: 1, slidesPerGroup:1, spaceBetween: 20, autoHeight:true, }, 750: { autoHeight:true, slidesPerView:2, slidesPerGroup:1, }, 1000: { autoHeight:false, slidesPerView: 3, slidesPerGroup:3, spaceBetween: 32 } } }); });