mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Maybe this helps?
This commit is contained in:
parent
effbe189e1
commit
f4b95d254c
1 changed files with 1 additions and 0 deletions
|
@ -513,6 +513,7 @@ function Media({
|
||||||
height={height}
|
height={height}
|
||||||
data-orientation={orientation}
|
data-orientation={orientation}
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
|
decoding="async"
|
||||||
onLoad={(e) => {
|
onLoad={(e) => {
|
||||||
if (!hasDimensions) {
|
if (!hasDimensions) {
|
||||||
const $media = e.target.closest('.media');
|
const $media = e.target.closest('.media');
|
||||||
|
|
Loading…
Reference in a new issue