Make Your Most Important Images Stay that Way With Responsive Images

If you’ve spent any time at all playing with responsive images (or adaptive images) you’ve probably noticed something about small screens — portrait-oriented images take on a much greater importance. The simple fact is that on the vertically-oriented small screen, taller images are larger and, thus, assume a greater importance. As developer Dave Rupert puts […]
Image may contain Animal Kitten Cat Mammal and Pet
Developer Dave Rupert helps you keep your cats properly scaled

If you've spent any time at all playing with responsive images (or adaptive images) you've probably noticed something about small screens – portrait-oriented images take on a much greater importance. The simple fact is that on the vertically-oriented small screen, taller images are larger and, thus, assume a greater importance.

As developer Dave Rupert puts it: Image Height == Image Importance.

The problem with that equation is that it often means that on mobile screens less important images suddenly steal the spotlight. Take an image with thumbnails below it for example. As Rupert recently found, when scaling down your designs, sometimes the image importance equation means the emphasis is wrong on small screens:

Our design employed a ~3:1 hero image with three ~4:3 thumbs below it. At full width it possessed the proper hierarchy: Biggest == Most Important. However, when resized and folded into a single column, the 3:1 image appears to be about half the height of the 4:3 images below it.

The solution for Rupert is what he calls, "Uncle Dave’s Squeeze n' Crop Method," which consists of a wrapper div and some very clever CSS combined with @media rules. Head on over to Rupert's blog for the full solution and a little explanation of why it works. It's not exactly cut-and-paste code you can just drop in your own projects since image dimensions and ratios will vary, but it's definitely worth bookmarking should the problem arise in your own work.