Search
Search
Displays a responsive image with legend and credit.
{{< figure src="https://res.cloudinary.com/uncinq/image/upload/v1758204688/test_pfae0v.jpg" alt="" legend="Lorem ipsum" credit="Unsplash" >}}
<figure>
<picture>
<source srcset="" type="image/webp" media="(min-width: 577px)" />
<source srcset="" type="image/webp" media="(max-width: 576px)" />
<source srcset="" type="image/jpg" media="(max-width: 576px)" />
<img src="https://res.cloudinary.com/uncinq/image/upload/v1758204688/test_pfae0v.jpg" alt="" width="" loading="lazy" height="" decoding="async" />
</picture>
<figcaption>
<p>Lorem ipsum</p>
<p class="credit">Unsplash</p>
</figcaption>
</figure>

Lorem ipsum
Unsplash
{{< figure src="https://res.cloudinary.com/uncinq/image/upload/v1758126305/screenshot-hugolify-decapcms-home_ynatqv.png" alt="Screensot of Hugolify admin with Decap CMS" legend="Screenshot" screenshot="true" >}}
<div class="screenshot">
<span></span>
<figure>
<picture>
<source srcset="" type="image/webp" media="(min-width: 577px)" />
<source srcset="" type="image/webp" media="(max-width: 576px)" />
<source srcset="" type="image/jpg" media="(max-width: 576px)" />
<img src="https://res.cloudinary.com/uncinq/image/upload/v1758126305/screenshot-hugolify-decapcms-home_ynatqv.png" alt="Screensot of Hugolify admin with Decap CMS" width="" loading="lazy" height="" decoding="async" />
</picture>
<figcaption>
<p>Screenshot</p>
</figcaption>
</figure>
</div>

Screenshot
src: "" # image
alt: "" # string
legend: "" # string (or caption)
credit: "" # markdown
screenshot: false # boolean (set true if you want add a fake browser around your picture and linear filter compression)
class: "" # string
link: "" # string
target: "" # string
rel: "" # string