2021-04-28 15:05:46 -04:00
|
|
|
{{if $image.preview}}
|
2023-10-02 12:23:02 -04:00
|
|
|
<a data-fancybox="{{$image.uri_id}}" href="{{$image.attachment.url}}"><img src="{{$image.preview}}" alt="{{$image.attachment.description}}" title="{{$image.attachment.description}}" loading="lazy"></a>
|
2021-04-28 15:05:46 -04:00
|
|
|
{{else}}
|
2023-10-02 12:23:02 -04:00
|
|
|
<img src="{{$image.src}}" alt="{{$image.attachment.description}}" title="{{$image.attachment.description}}" loading="lazy">
|
2023-09-24 06:47:18 -04:00
|
|
|
{{/if}}
|