[Webkit-unassigned] [Bug 180580] Feature request: Improve image loading (height) on slow connections

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 16 02:04:19 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=180580

--- Comment #2 from Craig Francis <craig+webkit at craigfrancis.co.uk> ---
Suggestion from fantasai on the Firefox issue log...

Assuming the CSS `aspect-ratio` property is added, that would be a perfect way to introduce this:

https://github.com/WICG/aspect-ratio

When the width/height attributes from the <img> are copied into the CSS properties, the browser could also set a default `aspect-ratio`. So that when the websites CSS is processed (and replaces the width/height), the aspect-ratio will still be available for any missing values (e.g. height: auto).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180116/a07392eb/attachment-0001.html>


More information about the webkit-unassigned mailing list