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}`} />