3 lines
98 B
HTML
3 lines
98 B
HTML
{% set image = resize_image(path=path, width=720, op="fit_width") %}
|
|
<img src="{{ image.url }}"/>
|