56fb9be0f7
This reverts commitdd7bea4bd1
, reversing changes made toce16cd12ec
.
5 lines
335 B
Smarty
5 lines
335 B
Smarty
{{if $image.preview}}
|
|
<a data-fancybox="{{$image.uri_id}}" href="{{$image.attachment.url}}"><img src="{{$image.preview}}" alt="{{$image.attachment.description}}" title="{{$image.attachment.description}}"></a>
|
|
{{else}}
|
|
<img src="{{$image.src}}" alt="{{$image.attachment.description}}" title="{{$image.attachment.description}}">
|
|
{{/if}}
|