kopia lustrzana https://github.com/cheeaun/phanpy
Try add decoding
rodzic
a39ead1864
commit
fa3229ca9d
|
@ -87,6 +87,7 @@ function Media({ media, showOriginal, autoAnimate, onClick = () => {} }) {
|
|||
width={width}
|
||||
height={height}
|
||||
loading="eager"
|
||||
decoding="async"
|
||||
onLoad={(e) => {
|
||||
setImageLoaded(true);
|
||||
}}
|
||||
|
|
Ładowanie…
Reference in New Issue