1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

add lazy loading for flow images

This commit is contained in:
Fedor Katurov 2023-10-27 08:30:47 +06:00
parent 02c4f61e83
commit 71eb66c4b5

View file

@ -26,6 +26,7 @@ const FlowCellImage: FC<Props> = ({
placeholder="empty"
layout="fill"
objectFit="cover"
loading="lazy"
/>
{children}
</div>