Open
Bug 1819581
Opened 2 years ago
Updated 8 days ago
Implement auto-sizes for lazy-loaded images
Categories
(Core :: Layout: Images, Video, and HTML Frames, enhancement)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
NEW
People
(Reporter: zcorpan, Unassigned)
References
()
Details
(Keywords: dev-doc-needed)
Reporter | ||
Comment 1•1 years ago
|
||
The spec PR has landed now.
Updated•1 years ago
|
Updated•1 years ago
|
See Also: → https://bugs.webkit.org/show_bug.cgi?id=253143
Updated•1 years ago
|
See Also: → https://github.com/whatwg/html/pull/8008
Updated•1 years ago
|
Keywords: dev-doc-needed
Reporter | ||
Updated•1 year ago
|
See Also: → https://github.com/whatwg/html/pull/9493
Reporter | ||
Comment 3•11 months ago
|
||
Changing component to Layout after discussing with :hsinyi.
auto-sizes is now enabled by default in Chrome https://bugs.chromium.org/p/chromium/issues/detail?id=1359051#c26
Component: DOM: Core & HTML → Layout
Reporter | ||
Comment 4•2 months ago
|
||
This feature has now been adopted in WordPress 6.7: https://core.trac.wordpress.org/changeset/59008
I also found this PR for react-imgix from a GitHub search.
Chrome use counter is currently < 0.02% but I expect will rise as the above changes get deployed on sites and adoption spreads to other frameworks and libraries. https://chromestatus.com/metrics/feature/timeline/popularity/4750
Without supporting auto
, we would likely fetch unnecessarily large images (at least for sites that use only sizes=auto
without fallback on images).
Updated•2 months ago
|
status-firefox112:
affected → ---
Component: Layout → Layout: Images, Video, and HTML Frames
You need to log in
before you can comment on or make changes to this bug.
Description
•