diff --git a/src/components/media.jsx b/src/components/media.jsx index 235bbb5..8192016 100644 --- a/src/components/media.jsx +++ b/src/components/media.jsx @@ -513,6 +513,7 @@ function Media({ height={height} data-orientation={orientation} loading="lazy" + decoding="async" onLoad={(e) => { if (!hasDimensions) { const $media = e.target.closest('.media');