Skip to content

Commit

Permalink
Bump image quality
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonTrollback committed Oct 31, 2023
1 parent 475e9a6 commit b103bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Modules.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
alt={image.alt || ''}
src={image.asset.url}
sizes="(min-width: 40rem) 40rem"
srcset={[300, 500, 600]
srcset={[600, 900, 1200]
.map((size) => `${image.asset.url}?w=${size} ${size}w`)
.join(',')} />
<svelte:fragment slot="description">
Expand Down

0 comments on commit b103bd1

Please sign in to comment.