<figure class="caption-boxed">
    <img src="http://placehold.it/1200x600?text=Image" alt="greybox">

    <figcaption>
        <p><strong>Voluptatus excestium qui:</strong> te adisque si sinum qui dolorectur acest, <a href="#">to doluptas</a> voles cvsae rehent re offictem. Adisque si sinum. Foto: Carl Knutsen</p>
    </figcaption>

</figure>
<figure class="{{ class }}">
  <img src="{{ src }}" alt="{{ alt }}">
  {% if text %}
  <figcaption>{{ text | markdown }}</figcaption>
  {% endif %}
</figure>
{
  "text": "**Voluptatus excestium qui:** te adisque si sinum qui dolorectur acest, [to doluptas](#) voles cvsae rehent re offictem. Adisque si sinum. Foto: Carl Knutsen",
  "src": "http://placehold.it/1200x600?text=Image",
  "alt": "greybox",
  "class": "caption-boxed"
}
  • Handle: @component-figure--caption-boxed
  • Preview:
  • Filesystem Path: source/patterns/02-components/figure.twig

No notes defined.