Changes before go-live

This commit is contained in:
2020-02-26 21:37:32 +01:00
parent c572f8b711
commit 1b1f4d4ebc
5 changed files with 50 additions and 20 deletions

View File

@@ -123,7 +123,7 @@ function buildMenu($menu, $ismobile) {
@if($loop->index >= 3) @break @endif
<li class="post">
@if($item->image)
<a href="{{route('gemist.fragment') . $item->url}}" title="{{$item->title}}">
<a href="{{route('gemist.fragment') . $item->url}}" title="{{$item->title}}" class="fixed-height">
<img src='{{$imgBase . $item->image->url}}' alt='{{$item->title}}'>
</a>
@endif