Merge pull request #189 from korvixhq/chore/image-props

Add sizes and loading props to catalog item images
This commit is contained in:
Pascal
2026-03-28 18:27:07 -04:00
committed by GitHub
@@ -190,6 +190,8 @@ export function ItemCatalog({ category }: { category: CatalogCategory }) {
alt={item.name}
className="rounded-lg object-cover"
fill
loading="eager"
sizes="56px"
src={resolveCdnUrl(item.thumbnail) || ''}
/>
{attachmentIcon && (