Create responsive images - Fast load times

PHOTO EMBED

Sun Jan 17 2021 21:29:18 GMT+0000 (Coordinated Universal Time)

Saved by @orlando

<picture>
  <source media="(max-width: 799px)" srcset="elva-480w.jpg">
  <source media="(min-width: 800px)" srcset="elva-800w.jpg">
  <img src="elva-800w.jpg">
</picture>
content_copyCOPY

https://medium.com/free-code-camp/time-saving-css-techniques-to-create-responsive-images-ebb1e84f90d5