zola/templates/shortcodes/image_fit.html
2022-10-31 11:39:53 +01:00

3 lines
98 B
HTML

{% set image = resize_image(path=path, width=720, op="fit_width") %}
<img src="{{ image.url }}"/>