How I Learned to Stop Worrying and Love Responsive Images ========================================================= By Paul Robert Lloyd Sunday, 26 February 2012 Last week I was invited to [Responsive Summit][1], a face-to-face discussion about Responsive Web Design. We talked about what we've learnt so far, the problems we're continuing to face and things we'd like to change. And no, I didn't get the [Dr. Strangelove][2] reference either. Whilst some disliked the perceived exclusivity, I found it encouraging that [Chris][3], [Josh][4] and [Alex][5] were able to arrange such a meet-up in just 6 days. Blogging about our thoughts and experiences is better than pithy tweets, but sharing them in person? That's better still. Lessons were learnt about how to arrange similar meet-ups in the future, but that's not to say there wasn't an opportunity for input from the wider community. Questions were submitted via the website and these helped us divide the discussion into five key topic areas: * Workflow * Layout * Sensors * Images * Advertising We also agreed to share our findings from the day on our blogs. I'm going to concentrate much of my report on the topic of responsive images; possibly the meatiest and most difficult challenges we've encountered so far. ## Media Queries in HTML? On many topics we found agreement, yet thankfully, there were areas of disagreement too. Chris asked if we needed media query like behaviour in HTML. For example, a list of links might be better represented as a select menu in certain instances. I questioned whether such an approach would be a regression, taking us back to the 'bad old days' of mixing together presentation, behaviour and content. I still believe that structuring documents semantically, with CSS and JavaScript manipulating that information, is the right approach. Progressive enhancement is forever revealed as a guiding principle when crafting web experiences. I'd hate to see that change.

Josh Brewer facilitated the discussion. Original photo by Chris Armstrong.

## The Picture Element Yet Chris's suggestion isn't a million miles away from a [proposal to handle images in a responsive way][6] with a `` element. Much like `