We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb74969 + 2d33b16 commit 84f6293Copy full SHA for 84f6293
src/components/Hero/HomeHero/index.tsx
@@ -17,7 +17,8 @@ const HomeHero = ({ heroImg }: HomeHeroProps) => {
17
<Image
18
src={heroImg}
19
alt={t("page-index:page-index-hero-image-alt")}
20
- sizes="100vw"
+ // TODO: adjust value when the old theme breakpoints are removed (src/theme.ts)
21
+ sizes="(max-width: 1504px) 100vw, 1504px"
22
w="full"
23
h="full"
24
priority
0 commit comments