This commit is contained in:
Kekskurse 2021-01-17 18:45:49 +01:00
parent 42f43d1098
commit 58f3cebc0c
1 changed files with 2 additions and 1 deletions

View File

@ -8,11 +8,12 @@
<div class="row" style="margin-bottom: 20px;border-bottom: 1px solid grey;padding-bottom: 20px;">
<div class="col-md-4">
<h3>{{ $gallery->name }}</h3>
<img class="d-lg-none" src="/{{$tenant->url}}/{{$gallery->url}}/{{$gallery->main_image}}/file?size=big" style="width: 100%;">
<p>published {{ $gallery->gallery_create_time }}</p>
<p>{!! $gallery->html !!}</p>
<a href="/{{ $tenant->url }}/{{ $gallery->url }}/" class="btn btn-outline-primary">More</a>
</div>
<div class="col-md-8" style="text-align: center;">
<div class="col-md-8 d-none d-lg-block" style="text-align: center;">
<img src="/{{$tenant->url}}/{{$gallery->url}}/{{$gallery->main_image}}/file?size=big" style="width: 100%;">
</div>
</div>