problem description
after the swiper plug-in sets multiple columns and infinite loops, it cannot slide infinitely to the left
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
var swiper = new Swiper (".swiper-container", {
loop:true,
slidesPerGroup: 5,
slidesPerView: 5,
slidesPerColumn: 2,
spaceBetween: 10,
});
because I am not familiar with this plug-in, find a solution