Fix not being able to go fullscreen in embedded
This commit is contained in:
parent
2fd623802f
commit
a27dccca5a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ By:
|
|||
<img height="300" src="https://{{ video.channel.host }}{{ video.thumbnailPath }}">
|
||||
<p style="color: red">Please select a resolution:</p>
|
||||
{% elif embed %}
|
||||
<embed height="300" src="https://{{ video.channel.host }}{{ video.embedPath }}">
|
||||
<iframe src="https://{{ video.channel.host }}{{ video.embedPath }}" height="300" allowfullscreen="" frameborder="0"></iframe>
|
||||
<br>
|
||||
<b>Resolutions:</b>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue