mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Try not use this loading=eager
This commit is contained in:
parent
8908359b50
commit
a22bd4fa2e
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ function Media({ media, showOriginal, autoAnimate, onClick = () => {} }) {
|
|||
alt={description}
|
||||
width={width}
|
||||
height={height}
|
||||
loading="eager"
|
||||
onLoad={(e) => {
|
||||
setImageLoaded(true);
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue