Replies: 1 comment
-
@itelniy Might wanna check out #6472 . I think this bug appeared on version 9 after Swiper changed to more efficiently duplicate slides, but had this side effect. I think I dealt with this by passing slidesPerView based on how many items I counted in PHP. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have a swiper slider with 4 slides (as an example) and with loop: true and slidesPerView: 3 (in this case).
So I see that the loop feature doesn't work when I scroll the slider on the right side but works for the left-side scrolling, it works like this in cases:
BUT works for 3 slidesPerView and 6 slides
Code:
Please help me how to make loop work on both sides)
Beta Was this translation helpful? Give feedback.
All reactions