4 lines
161 B
HTML
4 lines
161 B
HTML
{% set img = record.attachments.images.get(this.image) %}
|
|
<a href="{{ img.path }}">
|
|
<img class="image" src="{{ img.thumbnail(360, 360)|url }}" />
|
|
</a>
|