mirror of
https://github.com/KevinMidboe/k9e.no.git
synced 2025-10-29 01:30:15 +00:00
450 pixel with image option
This commit is contained in:
@@ -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} />
|
||||
|
||||
BIN
static/images/boat-450w.jpeg
Normal file
BIN
static/images/boat-450w.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 115 KiB |
BIN
static/images/fish-450w.jpeg
Normal file
BIN
static/images/fish-450w.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
BIN
static/images/sand-450w.jpeg
Normal file
BIN
static/images/sand-450w.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
Reference in New Issue
Block a user