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
For my grid.rows = 2 swipers, the slidesOffsetAfter setting has no effect.
Issue #7298 may be related, but that may only apply to the slidesOffsetBefore setting because I have a non-grid swiper where slidesOffsetAfter works just fine. Not sure about the before setting.
Issue #5633 may be related too, but that issue is attempting to remove space at the end. It also uses slidesPerView: 'auto' unlike this issue which uses slidesPerView: 3.
Expected Behavior
slidesOffsetAfter should add space after the slides.
Interesting to add: slidesOffsetBeforewill be applied as expected when grid.rows has a value greater than 1. It is just slidesOffsetAfter that will not be applied. https://codepen.io/roye7777777/pen/BagYqKR
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/swiper-grid-forked-kx7t38
Bug description
For my
grid.rows = 2
swipers, theslidesOffsetAfter
setting has no effect.Issue #7298 may be related, but that may only apply to the
slidesOffsetBefore
setting because I have a non-grid swiper whereslidesOffsetAfter
works just fine. Not sure about the before setting.Issue #5633 may be related too, but that issue is attempting to remove space at the end. It also uses
slidesPerView: 'auto'
unlike this issue which usesslidesPerView: 3
.Expected Behavior
slidesOffsetAfter
should add space after the slides.Actual Behavior
No space is added.
Swiper version
11.1.3
Platform/Target and Browser Versions
All modern browsers and OSs
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: