Revert "Try not use this loading=eager"
This reverts commit a22bd4fa2e
.
This commit is contained in:
parent
a22bd4fa2e
commit
a39ead1864
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ function Media({ media, showOriginal, autoAnimate, onClick = () => {} }) {
|
||||||
alt={description}
|
alt={description}
|
||||||
width={width}
|
width={width}
|
||||||
height={height}
|
height={height}
|
||||||
|
loading="eager"
|
||||||
onLoad={(e) => {
|
onLoad={(e) => {
|
||||||
setImageLoaded(true);
|
setImageLoaded(true);
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue