Replies: 5 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.
-
I found this older comment in an old issue and that solved it for my use case at least.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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