Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Dec 7, 2024
1 parent 6832c1b commit 742a382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/media/item.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class="group block w-full text-left focus:outline-none">
<div class="block w-full overflow-hidden rounded-lg bg-gray-100 ring-2 ring-indigo-500 ring-offset-2">
<div class="aspect-square overflow-hidden flex items-center justify-center">
<img src="{{ $media->src }}" alt="" class="w-full h-full object-cover object-center">
<img src="{{ $media->src }}" alt="" class="max-h-full max-w-full object-cover object-center">
</div>
</div>
<p class="pointer-events-none mt-2 block truncate text-sm font-medium text-gray-900">
Expand Down

0 comments on commit 742a382

Please sign in to comment.