Maybe this helps?
This commit is contained in:
parent
effbe189e1
commit
f4b95d254c
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue