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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experts page lags on scroll #1306

Closed
satelllte opened this issue Sep 13, 2022 · 3 comments 路 Fixed by #1311
Closed

Experts page lags on scroll #1306

satelllte opened this issue Sep 13, 2022 · 3 comments 路 Fixed by #1311
Labels
bug Something isn't working

Comments

@satelllte
Copy link
Contributor

Bug Report 馃悰

On https://www.remotion.dev/experts page there's a lag when user scrolls it. The lag caused by background-attachment: fixed; on https://www.remotion.dev/img/background-hire-page.svg asset as background.

Reproducible in Chrome 105 / Mac OS 11.4

I didn't find out yet how to fix it unfortunatelly, so reporting an issue with a bug

@satelllte satelllte added the bug Something isn't working label Sep 13, 2022
@JonnyBurger
Copy link
Member

This is a good point, it's most likely because of the background image. @MehmetAdemi Maybe we need to remove the shadow which might be expensive, or if it still causes a lag, we remove it entirely.

@satelllte
Copy link
Contributor Author

satelllte commented Sep 13, 2022

@JonnyBurger @MehmetAdemi
I think it's not about any shadow but about using background-attachment: fixed which I believe might be workarounded somehow.

If I find something out I'll let you know

@satelllte
Copy link
Contributor Author

@JonnyBurger @MehmetAdemi
Didn't find anything yet except just making a fixed-position div with the background

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants