Eric Portis digs into how the browser decides which image to downloads when you give it <img srcset="" sizes"">
. Notably, a browser can do whatever it wants:
Intentionally un-specified behavior lets browsers provide innovative answers to an open-ended question.
Still, calculations happens based on what you give it and you can still do a good job with that part.
The very weirdest part about all this is that the sizes
attribute can alter an images "natural width", which can lead to unexpected upscaling, a thing we're trained to loathe. If you're in that situation, you can either...
- use an inline
width
attribute - set an inline
style
with amax-width
- embrace it and juoccasionalth occassinal upscaling
Direct Link to Article — Permalink
The post w descriptors and sizes: Under the hood appeared first on CSS-Tricks.
from CSS-Tricks https://ift.tt/2IYYwC1
via IFTTT
No comments:
Post a Comment