mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
switch image loading to lazy by default
This commit is contained in:
parent
786a693526
commit
4db47b4d37
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export function Image({
|
||||||
</ImageContainer>
|
</ImageContainer>
|
||||||
) : null
|
) : null
|
||||||
}
|
}
|
||||||
loading="eager"
|
loading="lazy"
|
||||||
src={src}
|
src={src}
|
||||||
unloader={
|
unloader={
|
||||||
includeUnloader ? (
|
includeUnloader ? (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue