Replies: 4 comments 1 reply
-
Same here. Using { grid: { fill: 'row' } } works better, but is sometimes not preferable.. This also defeats the purpose of the rows count, when in column mode it is simply ignored |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. I want a grid of 4 slides in vertical and in row, it doesn't order them well and in column I can't know the total height as they are slides with variable height. 😢 |
Beta Was this translation helpful? Give feedback.
-
I have a same problem too. Is there any solution? @nolimits4web |
Beta Was this translation helpful? Give feedback.
-
So is there a solution to this problem? |
Beta Was this translation helpful? Give feedback.
-
Check that this is really a bug
Reproduction link
Cant fork it
Bug description
There is a problem when using "grid" without specifying the height of "swiper". The height of each ".swiper-slide" is calculated as a percentage of the total height of the ".swiper-wrapper". And the script does not count the total height of the ".swiper-wrapper".
Because of this, all items are shown in one column.
Expected Behavior
No response
Actual Behavior
No response
Swiper version
11
Platform/Target and Browser Versions
All browsers
Validations
Would you like to open a PR for this bug?
Beta Was this translation helpful? Give feedback.
All reactions