Re: [public-respimg] <none>

Thanks Yoav, that makes sense - was having a brain dead moment...

The scenario below isn't listed in the use cases do you think it should be
(it's something that's not achievable with srcset is it?)

Cheers

Andy

On Sunday, December 30, 2012, Yoav Weiss wrote:

> Hi Andy,
>
> The scenario you're referring to can be done by:
> <picture>
>     <source src="desktop_img.jpg" media="screen and (min-width: 800px)" />
>     <!-- No need to define sources for smaller viewports, since we don't
> want any -->
> </picture>
>
> I don't think we referred specifically to this scenario in the spec
> though. Do you believe it is necessary?
>
> Happy new year!
> Yoav
>
>
> On Sun, Dec 30, 2012 at 12:13 AM, Andy Davies <dajdavies@gmail.com<javascript:_e({}, 'cvml', 'dajdavies@gmail.com');>
> > wrote:
>
>> I'm only following a distance but I'm wondering...
>>
>> How does <picture> cope with a scenario where you want an image to be
>> displayed at certain viewport sizes but not at others?
>>
>> Cheers
>>
>> Andy
>>
>>
>>
>

Received on Sunday, 30 December 2012 12:28:14 UTC