From 2f4f1a8d479221123d81dafe73b19e673c152794 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 10:08:58 +0300 Subject: Optimize --- src/components/widgets/Hero2.astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/components/widgets/Hero2.astro') diff --git a/src/components/widgets/Hero2.astro b/src/components/widgets/Hero2.astro index 5527a91..e92870d 100644 --- a/src/components/widgets/Hero2.astro +++ b/src/components/widgets/Hero2.astro @@ -84,8 +84,9 @@ const { widths={[400, 768, 1024, 2040]} sizes="(max-width: 767px) 400px, (max-width: 1023px) 768px, (max-width: 2039px) 1024px, 2040px" loading="eager" - width={600} - height={600} + width={1200} + height={800} + aspectRatio="3:2" {...image} /> )} -- cgit v1.2.3