nyaabooru/resources/views/livewire/posts/full-image.blade.php
Jaiden 1442dbfa60
Some checks are pending
Docker / build (push) Waiting to run
add users page, full screen image preview, footer
2025-05-25 05:23:34 -04:00

3 lines
151 B
PHP

<div class="wa-frame wa-border-radius-l" style="max-inline-size: 100%; {{ $post->getAspectRatio() }}">
<img src="{{ $post->getFullUrl() }}" />
</div>