The picture element

By Kevin Powell
<picture>
  <source
    srcset = "/image-cropped-short.webp"
    media = "(orientation: portrait)"
  >

  <img src = "/image-full-crop.webp" alt = "">
</picture>
Read here.