nyaabooru/resources/views/livewire/posts/image.blade.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>