nyaabooru/resources/views/livewire/post-feature.blade.php

6 lines
360 B
PHP

<div class="wa-stack" style="max-height: 80vh;">
<a href="{{ url("posts/$post->id") }}" class="wa-frame wa-border-radius-l" style="max-inline-size: 100%; {{ $post->getAspectRatio() }}" wire:navigate.hover>
<img src="{{ $post->getPreviewUrl() }}" />
</a>
<span class="wa-caption-m">-{{ $post->user->name }}, <wa-format-date></wa-format-date></span>
</div>