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
2020-01-29 09:04:25 +11:00

1 line
140 B
HTML

<img src="{{ resize_image(path=image, width=width * 2, op="fit_width") }}" width="{{ width }}" alt="{{ alt }}" class="image-{{ float }}" />