Make the video player smaller
This commit is contained in:
parent
2dba32f10e
commit
e50b7efc57
1 changed files with 3 additions and 3 deletions
|
@ -38,13 +38,13 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-1">
|
<div class="col-xs-12 col-md-1">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-10">
|
<div class="col-xs-12 col-md-8">
|
||||||
<video id="player" controls crossorigin playsinline poster="{{ url_for('thumb_route', thumb_file=thumb_file) }}">
|
<video id="player" controls crossorigin playsinline poster="{{ url_for('thumb_route', thumb_file=thumb_file) }}">
|
||||||
<source src="{{ url_for('video_route', video_file=video_file) }}" type="video/mp4">
|
<source src="{{ url_for('video_route', video_file=video_file) }}" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
<br />
|
</div>
|
||||||
|
<div class="col-xs-12 col-md-2"
|
||||||
<a href="{{ url_for('root_route') }}" class="image-button">Live Stream</a>
|
<a href="{{ url_for('root_route') }}" class="image-button">Live Stream</a>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-1">
|
<div class="col-xs-12 col-md-1">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue