Maybe this helps?

This commit is contained in:
Lim Chee Aun 2024-04-16 20:18:18 +08:00
parent effbe189e1
commit f4b95d254c

View file

@ -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');