3cc469c0b7
- The new server-based horizontal masonry enables tightly packed image grids even with images of varying aspect ratios - Additionally, the space an image takes is now allocated before it's loaded, reducing content shifting
7 lines
338 B
Smarty
7 lines
338 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}}
|