apply controls

This commit is contained in:
deflax 2024-01-20 00:43:40 +02:00
parent 5bd1e3ca18
commit ad4b8a7215

View file

@ -60,7 +60,7 @@
<body>
<div class="video-container">
<video>
<video id="player" playsinline controls>
<source src="{{ url_for('video_route', file_name=video_file) }}" type="video/mp4">
</video>
</div>