mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
add lazy loading for flow images
This commit is contained in:
parent
02c4f61e83
commit
71eb66c4b5
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ const FlowCellImage: FC<Props> = ({
|
||||||
placeholder="empty"
|
placeholder="empty"
|
||||||
layout="fill"
|
layout="fill"
|
||||||
objectFit="cover"
|
objectFit="cover"
|
||||||
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue