From bffdddb1a61f82e9acf292b40a8a0e309b19b3ec Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 23 Oct 2025 13:15:35 -0600 Subject: [PATCH] Lazy loading --- web/src/components/card/ClassificationCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/card/ClassificationCard.tsx b/web/src/components/card/ClassificationCard.tsx index 2fbe36804..de99c60fe 100644 --- a/web/src/components/card/ClassificationCard.tsx +++ b/web/src/components/card/ClassificationCard.tsx @@ -126,6 +126,7 @@ export const ClassificationCard = forwardRef< imgClassName, isMobile && "w-full", )} + loading="lazy" onLoad={() => setImageLoaded(true)} src={`${baseUrl}${data.filepath}`} />