Skip to content

Commit 8d48860

Browse files
committed
refactor: reduce image size
1 parent bc904ce commit 8d48860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/session/[id].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const { session, speakers } = Astro.props
4343
class="w-32 h-32 rounded-full"
4444
formats={['avif', 'webp']}
4545
alt={speaker.fullName}
46-
width="400"
47-
height="400"
46+
width="200"
47+
height="200"
4848
/>
4949
</div>
5050
<div>

0 commit comments

Comments
 (0)