mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
6 lines
360 B
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>
|