From 8d48860b8747662a7d1c13843e6660b1c784f449 Mon Sep 17 00:00:00 2001 From: Phumrapee Limpianchop Date: Sun, 25 Aug 2024 02:37:10 +0700 Subject: [PATCH] refactor: reduce image size --- src/pages/session/[id].astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/session/[id].astro b/src/pages/session/[id].astro index 8d4890a..3545fd7 100644 --- a/src/pages/session/[id].astro +++ b/src/pages/session/[id].astro @@ -43,8 +43,8 @@ const { session, speakers } = Astro.props class="w-32 h-32 rounded-full" formats={['avif', 'webp']} alt={speaker.fullName} - width="400" - height="400" + width="200" + height="200" />