- From: Mateus Souza <mateussouzaweb@gmail.com>
- Date: Thu, 21 Nov 2013 11:50:44 -0200
- To: James Graham <james@hoppipolla.co.uk>
- Cc: whatwg@lists.whatwg.org
Agree, but maybe a new tag element can do the trick, or an adaptation of the picture element could be a better solution. <image> <source src="large.jpg" media="screen and (min-width: 800px)" alt="Larger" height="500" width="500" /> <source src="small.jpg" media="screen and (max-width: 300px)" alt="Small" height="200" width="200" /> </image> My ideai is just make all attributes responsive, and today, i do not see a solution without javascript or css polyfill. *Mateus Souza - Webdeveloper Freelancer*http://mateussouzaweb.com | @mateussouzaweb <https://twitter.com/mateussouzaweb> 2013/11/21 James Graham <james@hoppipolla.co.uk> > On 21/11/13 13:07, Mateus Souza wrote: > >> <img src="large.jpg" media="screen and (min-width: 800px)"... >> <img src="small.jpg" media="screen and (max-width: 300px)"... >> > > This appears cause multiple images to load in the case that this feature > isn't supported (i.e. in all current browsers). That isn't an acceptable > fall back behaviour. >
Received on Thursday, 21 November 2013 13:51:40 UTC