From f042c66496620e9bb9d691bc26c8814564704b17 Mon Sep 17 00:00:00 2001 From: Yufan Sheng Date: Wed, 4 Dec 2024 23:03:35 +0800 Subject: [PATCH] chore: increase the album image size. --- src/components/album/Album.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/album/Album.astro b/src/components/album/Album.astro index 65323ba..62aa10a 100644 --- a/src/components/album/Album.astro +++ b/src/components/album/Album.astro @@ -34,7 +34,7 @@ const calculateCroppedHeight = (width: number, height: number, croppedWidth: num {album.description && }
{album.pictures.map((picture, index) => ( -
+