4 lines
100 B
HTML
4 lines
100 B
HTML
|
|
{% set image = resize_image(path=path, height=300, op=fit_height) %}
|
|
<img src="{{ image.url }}" />
|