zola/docs/templates/shortcodes/resize_image.html

3 lines
107 B
HTML
Raw Normal View History

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