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
Platform/Target and Browser Versions: Google Chrome for Mac - Version 90
What I Did
I did a very basic implementation of a set of Virtual Slides based on the official documentation.
Since each slide contains a different amount of simple text I tried to use the autoHeight parameter.
I expected Swiper to automatically adapt the size (height) of the slide/swiper container to match the different amounts of text being displayed on the different slides.
Actual Behavior
The height of some slides is not adapted properly. See below.
The text was updated successfully, but these errors were encountered:
What I Did
I did a very basic implementation of a set of Virtual Slides based on the official documentation.
Since each slide contains a different amount of simple text I tried to use the autoHeight parameter.
See implementation on CodeSandbox: https://codesandbox.io/s/swiper-react-test-cuhcu?file=/src/App.js
Expected Behavior
I expected Swiper to automatically adapt the size (height) of the slide/swiper container to match the different amounts of text being displayed on the different slides.
Actual Behavior
The height of some slides is not adapted properly. See below.
The text was updated successfully, but these errors were encountered: