Lazy loading

This commit is contained in:
Nicolas Mowen 2025-10-23 13:15:35 -06:00
parent 5523e6afb9
commit bffdddb1a6

View File

@ -126,6 +126,7 @@ export const ClassificationCard = forwardRef<
imgClassName,
isMobile && "w-full",
)}
loading="lazy"
onLoad={() => setImageLoaded(true)}
src={`${baseUrl}${data.filepath}`}
/>