The swiper plug-in cannot loop infinitely to the left after multiple columns of infinite loops

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


cannot be implemented with an official instance.

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


did the landlord find a solution?

Menu