- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Thu, 10 May 2012 17:02:22 +0200
- To: Mathew Marquis <mat@matmarquis.com>
- Cc: whatwg@whatwg.org
On Thu, May 10, 2012 at 4:45 PM, Mathew Marquis <mat@matmarquis.com> wrote: > On May 10, 2012, at 8:36 AM, Scott González wrote: >> You should look into the previous discussions at >> http://www.w3.org/community/respimg/ >> >> There's also a prototype using media queries at >> https://github.com/scottjehl/picturefill. I realize you specifically said >> you think media queries don't solve all of the problems, but it seems worth >> looking at. >> > > I can’t second Scott’s suggestion enough. There is a ton of history and valuable conversation around this topic already in the Community Group, and we’ve been working with a couple of browser reps trying to get this thing solved. We’ve even gone so far as to put the solution that seems to have the most legs together as a sort-of spec, so all the details are in one easily-parsed place: https://github.com/Wilto/respimg The Responsive Images work is intended to solve a different issue than the "send high-res versions if you have the screen and bandwidth to do so". It's for serving different images based on various MQ conditions, just baked into HTML markup rather than hacking it in via backgrounds. MQs, though, are a fundamentally unsound method for doing bandwidth-responsive image serving. I gave the basic example of why it fails in an earlier message in this thread. ~TJ
Received on Thursday, 10 May 2012 15:03:31 UTC