Re: [public-respimg] <none>

On 29 gru 2012, at 23:13, Andy Davies <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?

Perhaps it's not necessary to add any features for this, as it can be achieved with:

@media all and (some viewport) {
  img, picture {display:none}
}

-- 
regards, Kornel

Received on Sunday, 30 December 2012 11:46:25 UTC