feat: image list use thumbnail size
This commit is contained in:
parent
2cbaca844e
commit
2fa435a9ba
@ -53,7 +53,7 @@ const ArtworksPage = () => {
|
|||||||
>
|
>
|
||||||
<LazyImage
|
<LazyImage
|
||||||
lazySrc={pb.files.getUrl(item, item.image, { thumb: "32x48" })}
|
lazySrc={pb.files.getUrl(item, item.image, { thumb: "32x48" })}
|
||||||
src={pb.files.getUrl(item, item.image)}
|
src={pb.files.getUrl(item, item.image, { thumb: "256x384" })}
|
||||||
className="w-full aspect-[0.8] object-cover"
|
className="w-full aspect-[0.8] object-cover"
|
||||||
/>
|
/>
|
||||||
<div className="absolute bottom-2 left-2 px-3 py-1 rounded-md bg-black/20 backdrop-blur-sm">
|
<div className="absolute bottom-2 left-2 px-3 py-1 rounded-md bg-black/20 backdrop-blur-sm">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user