Skip to content

Commit 018471c

Browse files
authored
refactor: replaced sample images (#320)
* refactor: replaced sample images * refactor: replaced images
1 parent cf83fec commit 018471c

File tree

33 files changed

+33
-21
lines changed

33 files changed

+33
-21
lines changed

source/_patterns/01-elements/image/image.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"src": "../../samples/images/alexander-bagno-iILbjYtkyG0-unsplash.376x253.jpg",
2+
"src": "../../samples/images/maximilian--UZa949e8LE-unsplash.376x282.squoosh.mozjpeg.jpg",
33
"width": "376",
44
"height": "253",
55
"alt": "DB Regio train at Hamburg mainstation"

source/_patterns/01-elements/image/image~avif.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sources": [
33
{
4-
"srcset": "../../samples/images/alexander-bagno-iILbjYtkyG0-unsplash.376x253.avif",
4+
"srcset": "../../samples/images/maximilian--UZa949e8LE-unsplash.376x282.squoosh.avif",
55
"type": "image/avif"
66
}
77
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"srcset": "../../samples/images/alexander-bagno-iILbjYtkyG0-unsplash.752x506.jpg 2x, ../../samples/images/alexander-bagno-iILbjYtkyG0-unsplash.1128x759.jpg 3x"
2+
"srcset": "../../samples/images/maximilian--UZa949e8LE-unsplash.752x564.squoosh.mozjpeg.jpg 2x, ../../samples/images/maximilian--UZa949e8LE-unsplash.1128x846.squoosh.mozjpeg.jpg 3x"
33
}

source/_patterns/01-elements/image/image~responsive-mediaquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"sources": [
33
{
4-
"srcset": "../../samples/images/alexander-bagno-iILbjYtkyG0-unsplash.1128x759.jpg",
4+
"srcset": "../../samples/images/maximilian--UZa949e8LE-unsplash.1128x846.squoosh.mozjpeg.jpg",
55
"media": "(min-width: 1100px)"
66
},
77
{
8-
"srcset": "../../samples/images/alexander-bagno-iILbjYtkyG0-unsplash.752x506.jpg",
8+
"srcset": "../../samples/images/maximilian--UZa949e8LE-unsplash.752x564.squoosh.mozjpeg.jpg",
99
"media": "(min-width: 700px)"
1010
}
1111
]

source/_patterns/01-elements/image/image~webp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sources": [
33
{
4-
"srcset": "../../samples/images/alexander-bagno-iILbjYtkyG0-unsplash.376x253.webp",
4+
"srcset": "../../samples/images/maximilian--UZa949e8LE-unsplash.376x282.squoosh.webp",
55
"type": "image/webp"
66
}
77
]
-217 KB
Binary file not shown.

source/samples/images/alexander-bagno-iILbjYtkyG0-unsplash.1128x759.jpg.license

Lines changed: 0 additions & 3 deletions
This file was deleted.
-14.9 KB
Binary file not shown.

source/samples/images/alexander-bagno-iILbjYtkyG0-unsplash.376x253.avif.license

Lines changed: 0 additions & 3 deletions
This file was deleted.
-33.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)