Skip to content

Commit 5c75644

Browse files
committed
Optimize image for mobile
1 parent aa011d2 commit 5c75644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(frontend)/[locale]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function aboutUsBlock(message: Extract<MainPageImageType, { blockType: 'aboutUs'
132132
<Image
133133
src={designer}
134134
alt="designer"
135-
sizes="30vw"
135+
sizes="(max-width: 1024px) 95vw, 30vw"
136136
className="h-auto w-full lg:h-7/10 lg:w-auto"
137137
/>
138138
<figcaption className="lg:max-w-1/2">

0 commit comments

Comments
 (0)