1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` image image: 0 1` ] = `
4
- <img
5
- alt = " Placeholder with grey background and dimension watermark without any imagery"
6
- className = " image-0-1-1 image_round-0-1-2"
7
- sizes = { null }
8
- src = " https://placehold.it/600x600/2F2F2F/171717"
9
- srcSet = { null }
10
- />
4
+ <picture
5
+ className = " picture-0-1-3"
6
+ >
7
+ <source
8
+ media = " (min-width: 1400px)"
9
+ srcSet = " https://placehold.it/600x600/2F2F2F/171717"
10
+ />
11
+ <source
12
+ media = " (min-width: 1084px)"
13
+ srcSet = " https://placehold.it/600x600/2F2F2F/171717"
14
+ />
15
+ <source
16
+ media = " (min-width: 768px)"
17
+ srcSet = " https://placehold.it/500x500/2F2F2F/171717"
18
+ />
19
+ <source
20
+ media = " (min-width: 540px)"
21
+ srcSet = " https://placehold.it/400x400/2F2F2F/171717"
22
+ />
23
+ <source
24
+ media = " (min-width: 0)"
25
+ srcSet = " https://placehold.it/300x300/2F2F2F/171717"
26
+ />
27
+ <img
28
+ alt = " Placeholder with grey background and dimension watermark without any imagery"
29
+ className = " image-0-1-1 image_round-0-1-2"
30
+ src = " https://placehold.it/300x300/2F2F2F/171717"
31
+ />
32
+ </picture >
11
33
` ;
12
34
13
35
exports [` image image: 1 1` ] = `
@@ -16,7 +38,7 @@ exports[`image image: 1 1`] = `
16
38
className = " image-0-1-4 image_round-0-1-5"
17
39
sizes = " 100vw"
18
40
src = " https://placehold.it/300x300/2F2F2F/171717"
19
- srcSet = " https://placehold.it/600x600/2F2F2F/171717 2048w, https://placehold.it/600x600/2F2F2F/171717 1778w, https://placehold.it/1600x600/2F2F2F/171717 1399w, https://placehold.it/500x500/2F2F2F/171717 1083w, https://placehold.it/400x400/2F2F2F/171717 767w, https://placehold.it/300x300/2F2F2F/171717 0w "
41
+ srcSet = " https://placehold.it/600x600/2F2F2F/171717 2048w, https://placehold.it/600x600/2F2F2F/171717 1778w, https://placehold.it/1600x600/2F2F2F/171717 1399w, https://placehold.it/500x500/2F2F2F/171717 1083w, https://placehold.it/400x400/2F2F2F/171717 767w, https://placehold.it/300x300/2F2F2F/171717 1w "
20
42
/>
21
43
` ;
22
44
@@ -31,13 +53,35 @@ exports[`image image: 2 1`] = `
31
53
` ;
32
54
33
55
exports [` image image: 3 1` ] = `
34
- <img
35
- alt = " Placeholder with grey background and dimension watermark without any imagery"
36
- className = " image-0-1-10"
37
- sizes = { null }
38
- src = " https://placehold.it/600x600/2F2F2F/171717"
39
- srcSet = { null }
40
- />
56
+ <picture
57
+ className = " picture-0-1-12"
58
+ >
59
+ <source
60
+ media = " (min-width: 1400px)"
61
+ srcSet = " https://placehold.it/600x600/2F2F2F/171717"
62
+ />
63
+ <source
64
+ media = " (min-width: 1084px)"
65
+ srcSet = " https://placehold.it/600x600/2F2F2F/171717"
66
+ />
67
+ <source
68
+ media = " (min-width: 768px)"
69
+ srcSet = " https://placehold.it/500x500/2F2F2F/171717"
70
+ />
71
+ <source
72
+ media = " (min-width: 540px)"
73
+ srcSet = " https://placehold.it/400x400/2F2F2F/171717"
74
+ />
75
+ <source
76
+ media = " (min-width: 0)"
77
+ srcSet = " https://placehold.it/300x300/2F2F2F/171717"
78
+ />
79
+ <img
80
+ alt = " Placeholder with grey background and dimension watermark without any imagery"
81
+ className = " image-0-1-10"
82
+ src = " https://placehold.it/300x300/2F2F2F/171717"
83
+ />
84
+ </picture >
41
85
` ;
42
86
43
87
exports [` image image: 4 1` ] = `
@@ -46,7 +90,7 @@ exports[`image image: 4 1`] = `
46
90
className = " image-0-1-13"
47
91
sizes = " 100vw"
48
92
src = " https://placehold.it/539x300/2F2F2F/171717"
49
- srcSet = " https://placehold.it/2048x600/2F2F2F/171717 2048w, https://placehold.it/1778x600/2F2F2F/171717 1778w, https://placehold.it/1399x600/2F2F2F/171717 1399w, https://placehold.it/1083x500/2F2F2F/171717 1083w, https://placehold.it/767x400/2F2F2F/171717 767w, https://placehold.it/539x300/2F2F2F/171717 0w "
93
+ srcSet = " https://placehold.it/2048x600/2F2F2F/171717 2048w, https://placehold.it/1778x600/2F2F2F/171717 1778w, https://placehold.it/1399x600/2F2F2F/171717 1399w, https://placehold.it/1083x500/2F2F2F/171717 1083w, https://placehold.it/767x400/2F2F2F/171717 767w, https://placehold.it/539x300/2F2F2F/171717 1w "
50
94
/>
51
95
` ;
52
96
0 commit comments