1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2024-12-25 13:39:53 +00:00
wezm.net/v2/templates/shortcodes/float_image.html

3 lines
168 B
HTML
Raw Normal View History

2021-08-25 23:09:18 +00:00
{% set image = resize_image(path=image, width=width * 2, op="fit_width") %}
<img src="{{ image.url }}" width="{{ width }}" alt="{{ alt }}" class="image-{{ float }}" />