I have Matt Willcox's great adaptive-images working on my site. It works like this:
- Server delivers 800px image.
- Adaptive-images redirects to an image that is no bigger than your resolution width
The problem is that BootStrap displays the images in columns for desktop and full-width for tablet and mobile. So technically, adaptive should be delivering smaller images for desktop than the smaller viewports. Google PageSpeed is slamming me for this. I have 800px images scaling down to about 150px or so.
I've done a lot of research but can't seem to find a workable solution. Should I hack adaptive-images to look at a feature other than resolution width to deliver the correct image? Is there a different library that addresses this issue?