diff options
Diffstat (limited to 'src/components/widgets/Hero2.astro')
| -rw-r--r-- | src/components/widgets/Hero2.astro | 5 |
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} /> )} |
