Responsive Design and Streaming File Size
I'm wondering how the HTML5 output from a responsive project works with regards to data that needs to be downloaded.
For example, if the desktop-size breakpoint is using hi-res images, but any given user is only using a mobile device, are they streaming the hi-res images and then downsizing them within the browser? Or does each breakpoint use a different image file so that users only pull down the minimum data they need?
Any insights?
