Re: accessibility and browser zoom

On 03/02/2015 07:15 AM, Simon Pieters wrote:

>
> Is Camera_400.jpg a scaled-down version of Camera_800.jpg? If yes, you
> should use just srcset instead, and let the browser pick the appropriate
> image.
>
> <img src="Camera_400.jpg" srcset="Camera_800.jpg 2x" alt="...">
>
> Longer version:
> http://blog.cloudfour.com/dont-use-picture-most-of-the-time/
>

The img tag jas needed a replacement for awhile but the way it is being 
replaced is just a complicated mess, it seems whoever is coming up with 
the replacement don't understand KISS.

Now it's sometimes the same img tag but with an added attribute, but 
sometimes picture with source children that are different than source 
for audio and video and with a srcset attribute, etc.

I wish they had just kept things simple.

Received on Monday, 2 March 2015 15:34:06 UTC