You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a straightforward setup that causes an unusual issue with Swiper. Although I've reviewed similar reported issues, this case includes additional properties that seem to disrupt the slider functionality. In the reproduction link, you can see that adding:
loop: true,
slidesPerView: 'auto',
Causes weird behavior of the Swiper slider, even though the loop option is enabled, it won't loop to the slides.
To make things ever worse, adding centeredSlides: true sets the last slide as first!
So I thought, adding more slides via loopAdditionalSlides: {number} could fix this, but it made things even worse.
I believe that you should reconsider the implementation on this crucial part, as it clearly has issues in it.
Otherwise, Swiper is the way to go, so thank you for maintaining such a wonderful library.
Check that this is really a bug
Reproduction link
https://codepen.io/arl1nd/pen/QWeZmdr?editors=1100
Bug description
Hello,
I have a straightforward setup that causes an unusual issue with Swiper. Although I've reviewed similar reported issues, this case includes additional properties that seem to disrupt the slider functionality. In the reproduction link, you can see that adding:
Causes weird behavior of the Swiper slider, even though the loop option is enabled, it won't loop to the slides.
To make things ever worse, adding
centeredSlides: true
sets the last slide as first!So I thought, adding more slides via
loopAdditionalSlides: {number}
could fix this, but it made things even worse.I believe that you should reconsider the implementation on this crucial part, as it clearly has issues in it.
Otherwise, Swiper is the way to go, so thank you for maintaining such a wonderful library.
Arlind
Expected Behavior
No response
Actual Behavior
No response
Swiper version
11.1.14
Platform/Target and Browser Versions
macOS Sequioa Chrome 131
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: