Image

I find the lack of documentation... disturbing 😏, don't you?

Default

Image title
Image title
Foto This is an example of an image with a caption.

			
				<div class="l-grid l-grid--with-spacing">
	<div class="c-image l-grid__col">
		<img class="c-image__visual" src="/assets/images/general/hero/placeholder.jpg" alt="Image title" title="Image title" />
	</div>
	<figure class="c-image l-grid__col">
		<div class="c-image__wrapper">
			<img class="c-image__visual" src="/assets/images/general/hero/placeholder.jpg" alt="Image title" title="Image title" />
		</div>
		<figcaption class="c-caption c-image__caption">
			<span class="c-caption__type">Foto</span>
			<span class="c-caption__content">This is an example of an image with a caption.</span>
		</figcaption>
	</figure>
</div>