Skip to content
New issue

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

AdjustableHeight Not Working As Expected #604

Open
jwbats opened this issue Sep 30, 2022 · 0 comments
Open

AdjustableHeight Not Working As Expected #604

jwbats opened this issue Sep 30, 2022 · 0 comments

Comments

@jwbats
Copy link

jwbats commented Sep 30, 2022

Bug Report

Current Behavior
AdjustableHeight works whether it is turned on or off.

When turned off, it will only adjust upwards, never downwards.

When turned on, it will only show the proper height when it is explicitly set on the content. It also only ever adjusts upwards, never downwards.

When having a 200px high starting slide, it'll display at 200px high. When you slide to the next 400px high slide, it'll adjust to 400px high. When you slide to the next 200px high slide, it does not adjust back to 200px high.

Input Code and steps to reproduce
Just create a basic carousel and put some images of varying height in there.

Expected behavior/code
When AdjustableHeight is set to true, I'd expect the height to be properly adjusted for every current slide, like the reference claims it will.

What exactly is supposed to happen when AdjustableHeight is set to false? Are you then supposed to set a height on the carousel itself, and it won't accomodate the slides at all, so they'll overflow (and optionally be hidden)?

Environment
Latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant