refactor(posts): update thumbnail image class

fixes #59
This commit is contained in:
Rico van Zelst
2023-12-28 15:06:09 +01:00
parent 8aac9e6bd9
commit 5aef60fc5e

View File

@@ -25,7 +25,7 @@
{{ Carbon::parse($post->date)->format('F d, Y') }} {{ Carbon::parse($post->date)->format('F d, Y') }}
</h3> </h3>
<img src="{{$post->thumbnail}}" alt="{{$post->title}} Thumbnail" <img src="{{$post->thumbnail}}" alt="{{$post->title}} Thumbnail"
class="not-prose aspect-video h-80 mt-2 mb-2 mx-auto rounded-3xl border-orange-500/40 border-2"/> class="not-prose aspect-video max-h-64 w-auto mt-2 mb-2 mx-auto rounded-3xl border-orange-500/40 border-2"/>
<meta itemprop="thumbnailUrl" content="{{$post->thumbnail}}"/> <meta itemprop="thumbnailUrl" content="{{$post->thumbnail}}"/>
<div> <div>
<h1 <h1