x
1
2
3
<div class="pk-c-hero-image-slice">
<img alt="Alt Text" height="750" width="1920" srcset="https://static.raspberrypi.org/wallpaper/trees.jpg 2x" src="https://static.raspberrypi.org/wallpaper/islands.jpg" />
</div>
1
2
3
4
5
6
7
8
9
10
11
12
c(
'site/hero_image_slice',
image: {
alt: 'Alt Text',
height: 750,
width: 1920,
src: random_image_src,
srcset: {
"#{random_image_src}": '2x'
}
}
)