samey/templates/fragments/get_video_media.html
2025-04-19 09:03:40 -03:00

7 lines
226 B
HTML

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