zola/docs/templates/shortcodes/resize_image.html
2021-07-07 11:08:37 +02:00

3 lines
107 B
HTML

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