1
0
Fork 0
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:
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" placeholder="empty"
layout="fill" layout="fill"
objectFit="cover" objectFit="cover"
loading="lazy"
/> />
{children} {children}
</div> </div>