nyaabooru/resources/views/livewire/posts/full-image.blade.php

3 lines
173 B
PHP

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