Create large image button
This commit is contained in:
parent
e50b7efc57
commit
db4ec1abfe
1 changed files with 4 additions and 2 deletions
|
@ -43,8 +43,10 @@
|
|||
<source src="{{ url_for('video_route', video_file=video_file) }}" type="video/mp4">
|
||||
</video>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-2"
|
||||
<a href="{{ url_for('root_route') }}" class="image-button">Live Stream</a>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<button class="btn btn-outline-danger btn-lg">
|
||||
<img src="https://deflax.net/{{ url_for('root_route') }}" width="20" /> Live Stream
|
||||
</button>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-1">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue