The picture element
<picture>
<source
srcset = "/image-cropped-short.webp"
media = "(orientation: portrait)"
>
<img src = "/image-full-crop.webp" alt = "">
</picture>
<picture>
<source
srcset = "/image-cropped-short.webp"
media = "(orientation: portrait)"
>
<img src = "/image-full-crop.webp" alt = "">
</picture>