summaryrefslogtreecommitdiff
path: root/src/components/widgets/Hero2.astro
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-22 10:08:58 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-22 10:08:58 +0300
commit2f4f1a8d479221123d81dafe73b19e673c152794 (patch)
tree4f63f81e208e06d82eb510ff178f79e3cc91e360 /src/components/widgets/Hero2.astro
parent8589a3bc97190c3d3bbb7246ea517e7855abfeed (diff)
Optimize
Diffstat (limited to 'src/components/widgets/Hero2.astro')
-rw-r--r--src/components/widgets/Hero2.astro5
1 files changed, 3 insertions, 2 deletions
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}
/>
)}