Shallow Thoughts » srcset vs. picture

A well thought-out evaluation on responsive images from Bridget.

Tagged with

Related links

Tagged with

Tagged with

When Responsive Images Get Ugly by Taylor Hunt on CodePen

This is a deep, deep dive into responsive images and I can only follow about half of it, but there are some really useful suggestions in here (I particularly like the ideas for swapping out images for print).

Tagged with

Keep ’em Separated — ericportis.com

I share the concerns expressed here about the “sizes” attribute that’s part of the new turbo-powered img element (or “the picture element and its associates”, if you prefer). Putting style or layout information into HTML smells bad.

This is a concern that Matt Wilcox has raised:

Change the design and those breakpoints are likely to be wrong. So you’ll need to change all of the client-side mark-up that references images.

I can give you a current use-case: right here on adactio.com, you can change the stylesheet …so I can’t embed breakpoints or sizes into my img elements because—quite rightly—there’s a separation between the structural HTML layer and the presentational CSS layer.

Tagged with

Responsive Images: If you’re just changing resolutions, use srcset. | CSS-Tricks

Following on from that post of Jason’s I linked to, Chris also emphasises that, for most use cases, you probably only need to use srcset (and maybe sizes), but not the picture element with explicit sources.

It’s really, really great that people are writing about this, because it can be quite a confusing topic to wrap your head around at first.

Tagged with

Related posts

Lost in calculation

A lazy option for responsive images is at hand.

Testing HTML5

A dConstruct workshop reveals some issues with the HTML5 spec.

HTML5 and me

My petitions to the makers of markup.

The HTML5 Equilibrium

Inside the troubled mind of HTML5.

Making the Patterns Day website

The joy of getting hands-on with HTML and CSS.