mirror of
https://github.com/friendica/friendica
synced 2025-02-07 14:58:50 +00:00
5 lines
318 B
Smarty
5 lines
318 B
Smarty
{{if $image->preview}}
|
|
<a data-fancybox="{{$image->uriId}}" href="{{$image->url}}"><img src="{{$image->preview}}" alt="{{$image->description}}" title="{{$image->description}}" loading="lazy"></a>
|
|
{{else}}
|
|
<img src="{{$image->url}}" alt="{{$image->description}}" title="{{$image->description}}" loading="lazy">
|
|
{{/if}}
|