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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 4 16:51:32 PST 2019


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

Maciej Stachowiak <mjs at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs at apple.com

--- Comment #4 from Maciej Stachowiak <mjs at apple.com> ---
`aspect-ratio` is prefixed in WebKit, not sure if this is due to non-compliance in some way or just lag.

Other than that, all this requires (it seems) is adding this to html.css:

img, video {
    aspect-ratio: attr(width) / attr(height);
} 

(Well, that and test cases).

Also seems like this solution might be insufficient for `<picture>`, where often the different sources will have different aspect ratios.

-- 
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/20191205/96492b82/attachment-0001.htm>


More information about the webkit-unassigned mailing list