From 9ab1030939beda4fc766093183957cb646e865e8 Mon Sep 17 00:00:00 2001 From: tree Date: Thu, 7 Mar 2024 15:41:02 +0100 Subject: [PATCH] fix aspect ratio of posters on web --- src/pages/event/[id].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/event/[id].astro b/src/pages/event/[id].astro index 4674fa3..383e91e 100644 --- a/src/pages/event/[id].astro +++ b/src/pages/event/[id].astro @@ -27,7 +27,7 @@ const ext = findExt(EventsExt, item)
{item.images && item.images['poster-simple'] && - + } {!(item.images && item.images['poster-simple']) &&