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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 6 13:52:19 PST 2019


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

--- Comment #6 from Eric Portis <e at ericportis.com> ---
One possible problem with the UA rule...

If the actual aspect ratio of the resource differs from `attr(width) / attr(height)`, Both Chrome and Firefox will NOT distort the image; they discard the `height`/`width` ratio, and use the image's actual, intrinsic ratio.

The proposed UA rule would do the opposite, I think?

-- 
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/20191206/9bdb6285/attachment.htm>


More information about the webkit-unassigned mailing list