Revert "Try not use this loading=eager"

This reverts commit a22bd4fa2e.
This commit is contained in:
Lim Chee Aun 2023-03-28 01:07:46 +08:00
parent a22bd4fa2e
commit a39ead1864

View file

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