1
0
Fork 0
forked from wezm/wezm.net
wezm.net/v2/templates/shortcodes/float_image.html

3 lines
168 B
HTML
Raw Permalink 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 }}" />