Fix not being able to go fullscreen in embedded

This commit is contained in:
metalune 2021-01-22 12:18:53 +01:00
parent 2fd623802f
commit a27dccca5a
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}