2021-04-28 21:05:46 +02:00
|
|
|
{{if $image.preview}}
|
2023-05-03 22:59:28 +02:00
|
|
|
<a data-fancybox="{{$image.uri_id}}" href="{{$image.attachment.url}}"><img src="{{$image.preview}}" alt="{{$image.attachment.description}}" title="{{$image.attachment.description}}"></a>
|
2021-04-28 21:05:46 +02:00
|
|
|
{{else}}
|
2021-04-26 08:50:12 +02:00
|
|
|
<img src="{{$image.src}}" alt="{{$image.attachment.description}}" title="{{$image.attachment.description}}">
|
2021-04-28 21:05:46 +02:00
|
|
|
{{/if}}
|