Add Resolutions: to video.html when in embedded
This commit is contained in:
parent
c778a9147d
commit
88394abd42
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
{% elif embed %}
|
{% elif embed %}
|
||||||
<embed height="300" src="https://{{ video.channel.host }}{{ video.embedPath }}">
|
<embed height="300" src="https://{{ video.channel.host }}{{ video.embedPath }}">
|
||||||
<br>
|
<br>
|
||||||
|
<b>Resolutions:</b>
|
||||||
{% else %}
|
{% else %}
|
||||||
<video height="300" controls>
|
<video height="300" controls>
|
||||||
<source src="{{ video.video }}">
|
<source src="{{ video.video }}">
|
||||||
|
|
Loading…
Reference in a new issue