bulma/docs/_includes/screenshot.html
Jeremy Thomas 69877a652c Init v1
2024-03-21 16:11:54 +00:00

13 lines
338 B
HTML

{% assign imageName = include.path %}
{% assign imagePath = "/assets/images/" | prepend: site.url | append: imageName %}
<figure class="bd-skrin">
<div>
<img
src="{{ imagePath }}"
width="{{ include.width }}"
height="{{ include.height }}"
>
<figcaption>{{ include.caption }}</figcaption>
</div>
</figure>