Encountering some issues with the loop setting for swiper. The problem is that it stops sliding before entering a second loop, always halting at a certain point. I have never worked with swiper before, so I am unsure if this is the intended behavior or not. Is there a potential solution to this issue?
If you check out the codepen, you will see the problem - it stops at the blue box when swiping down, or at the green box when swiping up. Is there a way to make it continue sliding, or at least fill in the empty space at that position?
var swiper = new Swiper('.swiper-container', {
scrollbar: '.swiper-scrollbar',
scrollbarHide: true,
slidesPerView: 3,
centeredSlides: true,
freeMode: true,
spaceBetween: 30,
direction: 'vertical',
slideToClickedSlide: true,
loop: true
});
For this project, I am using the framework available at