summaryrefslogtreecommitdiff
path: root/templates/blocks/picture.html
blob: a75eb3e3ec7791c918e119a715d1531d3792bac9 (plain)
1
2
{% set img = record.attachments.images.get(this.url) %}
<img  id="{{ this.url|replace('.','')  }}" class="bigimage" src="{{img.thumbnail(800)|url}}" alt="{{ this.caption }}">