wezm.net/v2/templates/shortcodes/float_image.html

2 lines
140 B
HTML
Raw Normal View History

2020-01-27 06:53:47 +00:00
<img src="{{ resize_image(path=image, width=width * 2, op="fit_width") }}" width="{{ width }}" alt="{{ alt }}" class="image-{{ float }}" />