apply controls
This commit is contained in:
parent
5bd1e3ca18
commit
ad4b8a7215
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue