samey/templates/fragments/get_video_media.html
2025-04-13 23:13:51 -03:00

6 lines
225 B
HTML

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