From d39a98a42fc38ada4f5df5ec07069dc6c30ff433 Mon Sep 17 00:00:00 2001
From: itsfinniii <102350242+itsfinniii@users.noreply.github.com>
Date: Sun, 5 Apr 2026 22:43:26 +0200
Subject: [PATCH] Fix image size for categories and albums
---
astro/src/components/photos/Category.astro | 4 ++--
astro/src/components/photos/CategoryIndex.astro | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/astro/src/components/photos/Category.astro b/astro/src/components/photos/Category.astro
index 8f57dda..41e02cd 100644
--- a/astro/src/components/photos/Category.astro
+++ b/astro/src/components/photos/Category.astro
@@ -30,8 +30,8 @@ const categoryAlbums = await getCategoryAlbums(settings, category.category.url);
diff --git a/astro/src/components/photos/CategoryIndex.astro b/astro/src/components/photos/CategoryIndex.astro
index 9d47e15..bd36adc 100644
--- a/astro/src/components/photos/CategoryIndex.astro
+++ b/astro/src/components/photos/CategoryIndex.astro
@@ -25,8 +25,8 @@ const categories = await getAllCategories(settings);