Try not use this loading=eager

pull/86/head
Lim Chee Aun 2023-03-28 00:54:46 +08:00
rodzic 8908359b50
commit a22bd4fa2e
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -86,7 +86,6 @@ function Media({ media, showOriginal, autoAnimate, onClick = () => {} }) {
alt={description}
width={width}
height={height}
loading="eager"
onLoad={(e) => {
setImageLoaded(true);
}}