mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Init v1
This commit is contained in:
13
docs/_includes/screenshot.html
Normal file
13
docs/_includes/screenshot.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% 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>
|
||||
Reference in New Issue
Block a user