samey/templates/fragments/get_image_media.html

7 lines
281 B
HTML

<img
hx-get="/media/{{ post.id }}/full"
hx-swap="outerHTML"
id="media"
src="/files/{{ post.media }}"
style="width: 100%; height: 100%; max-width: {{ post.width }}px; max-height: {{ post.height }}px; aspect-ratio: {{ post.width }} / {{ post.height }}; cursor: zoom-in"
/>