slidesPerView incorrect in Grid. #5670
ivanjeremic
started this conversation in
General
Replies: 0 comments
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.
-
The way slidesPerView should work is to not show slides on view 2 which are also on view 1, Views should be like pages and how it is currently implemented is wrong and does not work (for grid's at least).
So if I have 3 slidesPerView in a Swiper Grid and 3 rows then a full page one has 9 Slides and when I have 10 slide on page 2 should be only 1 Slide, but currently there is an issue and slidesPerView doesn't care if you are in a Grid or a Normal Swiper but I need to work with Swiper Grid.
Beta Was this translation helpful? Give feedback.
All reactions