We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ac6e5 commit 56cbf23Copy full SHA for 56cbf23
resources/views/components/articles/summary.blade.php
@@ -7,7 +7,7 @@
7
<div class="break-words">
8
@if ($isFeatured)
9
<a href="{{ route('articles.show', $article->slug()) }}">
10
- <img class="w-full h-72 mb-6 rounded-lg bg-center bg-gray-800"
+ <img class="w-full h-72 mb-6 rounded-lg bg-center bg-gray-800 object-cover"
11
src="{{ $article->heroImage() }}"
12
alt="Article Hero Image"
13
onerror="
0 commit comments