This commit is contained in:
Kekskurse 2021-01-12 21:01:14 +01:00
parent 09da9b47fe
commit ef54f666c8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<div id="mygallery">
@foreach($images as $image)
<a href="/{{ $tenant->url }}/{{ $gallery->url }}/{{ $image->id }}/file">
<a href="/{{ $tenant->url }}/{{ $gallery->url }}/{{ $image->id }}/file?size=big">
<img style="height: 200px;" alt="{{ $image->filename }}" src="{{$image->domain}}/{{ $tenant->url }}/{{ $gallery->url }}/{{ $image->id }}/file"/>
</a>
@endforeach