var swiper = new Swiper(".new-arrival", {
slidesPerView: 4,
centeredSlides: false,
spaceBetween: 30,
autoplay: {
delay: 5500,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
type: "fraction"
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev"
}
});
Is there a way to change the number of slides displayed per view from 4 to 1 when the max-width is 390px?