Re: [whatwg] New responsive images proposal

On Thu, 21 Nov 2013 14:50:44 +0100, Mateus Souza  
<mateussouzaweb@gmail.com> wrote:

> 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.

http://lists.w3.org/Archives/Public/public-html/2013Sep/0289.html

-- 
Simon Pieters
Opera Software

Received on Thursday, 21 November 2013 15:16:55 UTC