We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.0.7
When using type:loop Slide use the tallest slide to determine the height of the whole slider. When using type:fade it isn't using the tallest height.
type:loop
type:fade
https://codepen.io/mathieualphamosa/pen/JjpxqYd
First slider use type:fade -> height change between slides. Second slider use type:loop -> height is fixed.
It should be consistent between the two types of sliders.
The text was updated successfully, but these errors were encountered:
duplicated: #413
Sorry, something went wrong.
No branches or pull requests
Checks
Version
v4.0.7
Description
When using
type:loop
Slide use the tallest slide to determine the height of the whole slider. When usingtype:fade
it isn't using the tallest height.Reproduction Link
https://codepen.io/mathieualphamosa/pen/JjpxqYd
Steps to Reproduce
First slider use type:fade -> height change between slides.
Second slider use type:loop -> height is fixed.
Expected Behaviour
It should be consistent between the two types of sliders.
The text was updated successfully, but these errors were encountered: