samey/templates/get_video_media.html
2025-04-12 11:43:15 -03:00

6 lines
229 B
HTML

<video
id="media"
src="/files/{{ post.media }}"
controls="controls"
style="width: 100%; height: 100%; max-width: {{ post.width }}px; max-height: {{ post.height }}px; aspect-ratio: {{ post.width }} / {{ post.height }}"
/>