bulma/docs/_includes/screenshot.html

13 lines
338 B
HTML
Raw Normal View History

2024-03-21 16:11:54 +00:00
{% 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>