Swiper Loop Configuration
User var swiper = new Swiper(".swiper-container", { slidesPerView: 3, spaceBetween: 30, pagination: { el: ".swiper-pagination", clickable: true, } // , // on: { // slideChangeTransitionEnd: function () { // scaleSlides(); // }, // init: function () { // scaleSlides(); // }, // }, }); loop true Assistant To enable looping in your Swiper configuration, you […]