Jake Archibald on The anatomy of responsive images:
In order for the browser to pick the right image, it needs to know:
– URLs for the image at various sizes
– The decoded width of each of those image resources
– The width of the `<img>`
Picture
‘s and img
‘s oh my!
2 replies on “Responsive Images”
This is going to come in very handy for my project, thanks!
No problem. Responsive images are a big deal with so many different device sizes and pixel density device combinations out there.