Skip to content

Commit

Permalink
refactor: reduce image size
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Aug 24, 2024
1 parent bc904ce commit 8d48860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/session/[id].astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const { session, speakers } = Astro.props
class="w-32 h-32 rounded-full"
formats={['avif', 'webp']}
alt={speaker.fullName}
width="400"
height="400"
width="200"
height="200"
/>
</div>
<div>
Expand Down

0 comments on commit 8d48860

Please sign in to comment.