This commit is contained in:
Pablo Ferreiro 2023-04-01 16:35:17 +02:00 committed by GitHub
parent 33c723d786
commit 98a9ec2b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
<div class="column is-one-third-tablet is-one-third-desktop is-one-quarter-widescreen is-one-fifth-fullhd"> <div class="column is-one-third-tablet is-one-third-desktop is-one-quarter-widescreen is-one-fifth-fullhd">
{/if} {/if}
<figure class="image"> <figure class="image">
<img width="{$image->imageWidth}" height="{$image->imageHeight}" src="{$image->imageURL->urlList[0]}" /> <img width="{$image->imageWidth}" height="{$image->imageHeight}" src="{url_stream($image->imageURL->urlList[0])}" />
</figure> </figure>
</div> </div>
{/foreach} {/foreach}