-
Notifications
You must be signed in to change notification settings - Fork 8
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
[🐛 in esl-carousel]: CLS degradation for looped carousels with default renderer #2879
Comments
ala-n
added a commit
that referenced
this issue
Jan 23, 2025
…sl-slide-fallback-size` variable Relates: #2879
ala-n
added a commit
that referenced
this issue
Jan 23, 2025
…sl-slide-fallback-size` variable Relates: #2879 Co-authored-by: alesun <[email protected]>
ala-n
pushed a commit
that referenced
this issue
Jan 24, 2025
## [5.0.1-beta.1](v5.0.0...v5.0.1-beta.1) (2025-01-24) ### Bug Fixes * **esl-carousel:** ability to provide slide size fallback trough `--esl-slide-fallback-size` variable ([78ae62f](78ae62f)), closes [#2879](#2879) * **esl-carousel:** fix initial rendering layout shift to eliminate CLS degradation ([7d65335](7d65335)), closes [#2879](#2879)
This was referenced Jan 31, 2025
Closed
Closed
Closed
ala-n
pushed a commit
that referenced
this issue
Feb 5, 2025
## [5.0.1](v5.0.0...v5.0.1) (2025-02-05) ### Bug Fixes * **esl-carousel:** ability to provide slide size fallback trough `--esl-slide-fallback-size` variable ([78ae62f](78ae62f)), closes [#2879](#2879) * **esl-carousel:** fix initial rendering layout shift to eliminate CLS degradation ([7d65335](7d65335)), closes [#2879](#2879) * **esl-image-utils:** omit console warnings in case of missing inner image ([ca13a8a](ca13a8a)) * **esl-media:** fix play preconditions for toggle method ([#2906](#2906)) ([1f7b8dc](1f7b8dc)) * **esl-media:** postpone BrightcoveProvider ready state notification until metadata is available ([e3d4159](e3d4159)) * **eslint-plugin:** remove peer dependency for esl (handled via warnings) ([c06fbde](c06fbde))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To Reproduce
Steps to reproduce the behavior:
Current behavior
There is a noticeable CLS (equal to the carousel percentage size)
Expected behavior
ESL carousel should not produce CLS degradation.
The text was updated successfully, but these errors were encountered: