mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
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}
|
||||
width={width}
|
||||
height={height}
|
||||
loading="eager"
|
||||
onLoad={(e) => {
|
||||
setImageLoaded(true);
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue