mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
5 lines
274 B
PHP
5 lines
274 B
PHP
<div class="wa-stack" style="display: flex; align-items: center; justify-content: center; max-height: 80vh;">
|
|
<div class="wa-frame wa-border-radius-l" style="max-inline-size: 100%; {{ $post->getAspectRatio() }}">
|
|
<img src="{{ $post->getPreviewUrl() }}" />
|
|
</div>
|
|
</div>
|