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
If I also enable loop mode (leaving loopAddBlankSlides as default true), the slides' order is wrong after the first loop.
Slides appearance before the loop is:
Find now an alert in console: "Swiper Loop Warning: Loop mode is not compatible with grid.fill = row".
Ok, but it seems it's not in documentation. Do you think loop mode and grid.fill = row will work in the future? Thanks
Check that this is really a bug
Reproduction link
https://codepen.io/ftendi/pen/jOJKBMJ
Bug description
I have a Swiper with 3 columns / 2 rows and grid is filled by rows.
Total number of slides is 12.
My desired fill order is the following:
To obtain this, I've set:
If I also enable loop mode (leaving loopAddBlankSlides as default true), the slides' order is wrong after the first loop.
Slides appearance before the loop is:
Slides appearance after the first loop is:
Expected Behavior
I expect the right order of slides after first loop.
Actual Behavior
The slides' order after first loop is wrong.
Swiper version
11.2.1
Platform/Target and Browser Versions
macOS 15.2 - Chrome 132.0.6834.110
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: