Stuff
This commit is contained in:
parent
09da9b47fe
commit
ef54f666c8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<div id="mygallery">
|
<div id="mygallery">
|
||||||
@foreach($images as $image)
|
@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"/>
|
<img style="height: 200px;" alt="{{ $image->filename }}" src="{{$image->domain}}/{{ $tenant->url }}/{{ $gallery->url }}/{{ $image->id }}/file"/>
|
||||||
</a>
|
</a>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
Loading…
Reference in a new issue