Replace thumbnail with resized type
This commit is contained in:
@ -81,7 +81,7 @@ export default function ArtworkThumbGallery({
|
||||
<ArtworkImageCard
|
||||
mode="tile"
|
||||
href={`${hrefBase}/single/${a.id}?from=animal-studies`}
|
||||
src={`/api/image/thumbnail/${a.file.fileKey}.webp`}
|
||||
src={`/api/image/resized/${a.file.fileKey}.webp`}
|
||||
alt={a.altText ?? a.name ?? "Artwork"}
|
||||
width={a.metadata?.width ?? 0}
|
||||
height={a.metadata?.height ?? 0}
|
||||
|
||||
Reference in New Issue
Block a user