site/templates/shortcodes/resize_image.html

2 lines
151 B
HTML
Raw Normal View History

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