450 pixel with image option

This commit is contained in:
2024-02-14 21:44:34 +01:00
parent c4d5990a32
commit 8c44ed74eb
4 changed files with 1 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
>
{#each images as image (image.name)}
<picture>
<source media="(max-width: 420px)" srcset="/images/{image.name}-300w.jpeg" />
<source media="(max-width: 620px)" srcset="/images/{image.name}-450w.jpeg" />
<source media="(max-width: 1800px)" srcset="/images/{image.name}-620w.jpeg" />
<source media="(min-width: 1801px)" srcset="/images/{image.name}-900w.jpeg" />
<img src="/images/{image.name}-300w.jpeg" alt={image.alt} />

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB