Skip to content

Instantly share code, notes, and snippets.

@4drian-sanchez
Last active May 3, 2023 11:31
Show Gist options
  • Save 4drian-sanchez/42e4cd956b1e8d8e92c8d9756730b4b4 to your computer and use it in GitHub Desktop.
Save 4drian-sanchez/42e4cd956b1e8d8e92c8d9756730b4b4 to your computer and use it in GitHub Desktop.
<picture>
<source sizes="1920w, 1280w, 640w"
srcset=
"img/imagen.avif 1920w,
img/imagen-1280.avif 1280w,
img/imagen-640.avif 640w"
type="image/avif">
<source
sizes="1920w, 1280w, 640w"
srcset="img/imagen.webp 1920w,
img/imagen-1280.webp 1280w,
img/imagen-640.webp 640w"
type="image/webp">
<source sizes="1920w, 1280w, 640w"
srcset="img/imagen.jpg 1920w,
img/imagen-1280.jpg 1280w,
img/imagen-640.jpg 640w"
type="image/jpeg">
<img
loading="lazy"
decoding="async"
src="img/imagen.jpg"
lazyalt="imagen"
width="500"
height="300"
>
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment