WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
264864
Use scrollMargin for lazy load intersection observer
https://bugs.webkit.org/show_bug.cgi?id=264864
Summary
Use scrollMargin for lazy load intersection observer
Traian Captan
Reported
2023-11-14 22:43:53 PST
Currently the lazy load intersection observer is set up using a rootMargin. This does not work well for pages that use images in CSS scrollers, like carousels, causing the images to load too late, when they become visible and the intersection with the root is detected. To work around this issue some developers are choosing to not use lazy loading, thus increasing the overall bandwidth usage for their sites. This problem was discussed in issue 431(
https://github.com/w3c/IntersectionObserver/issues/431
). Using scrollMargin for the lazy load intersection observer will allow lazy loading images to load when they are near the viewport as expected.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-11-21 22:44:14 PST
<
rdar://problem/118706766
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug