Skip to content

Commit

Permalink
refactor: set dims of bio picture
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Jul 31, 2024
1 parent ba6cd99 commit b4e9083
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Bio.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ const {
class='Bio-figure-img'
src={src}
alt={alt}
width={widths[0]}
height={widths[0]}
sizes={sizes}
widths={widths}
loading='eager'
Expand Down

0 comments on commit b4e9083

Please sign in to comment.