5 lines
167 B
HTML
5 lines
167 B
HTML
{% set image = resize_image(path=path, width=width, height=height, op="fit") %}
|
|
<a href="{{ get_url(path=path) }}" target="_blank">
|
|
<img src="{{ image.url }}" />
|
|
</a>
|