x
1
2
3
4
<a class="c-link-with-picture" href="https://google.com">
<img alt="Alt Text" height="800" width="1600" srcset="https://static.raspberrypi.org/wallpaper/fisherman.jpg 2x" src="https://static.raspberrypi.org/wallpaper/fjord.jpg" />
Cupcake ipsum dolor.</a>
(Metadata)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
c(
'site/link_with_picture',
{
text:,
image: {
alt: 'Alt Text',
height: 800,
width: 1600,
src: random_image_src,
srcset: {
"#{random_image_src}": '2x'
}
},
destination: href,
metadata:
}
)