From 71eb66c4b510d6f8682e32df102f54fd1a1e8ae6 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 27 Oct 2023 08:30:47 +0600 Subject: [PATCH] add lazy loading for flow images --- src/components/flow/FlowCellImage/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/flow/FlowCellImage/index.tsx b/src/components/flow/FlowCellImage/index.tsx index 58a8edfb..f105cade 100644 --- a/src/components/flow/FlowCellImage/index.tsx +++ b/src/components/flow/FlowCellImage/index.tsx @@ -26,6 +26,7 @@ const FlowCellImage: FC = ({ placeholder="empty" layout="fill" objectFit="cover" + loading="lazy" /> {children}