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

View file

@ -17,7 +17,7 @@ By:
<img height="300" src="https://{{ video.channel.host }}{{ video.thumbnailPath }}"> <img height="300" src="https://{{ video.channel.host }}{{ video.thumbnailPath }}">
<p style="color: red">Please select a resolution:</p> <p style="color: red">Please select a resolution:</p>
{% elif embed %} {% 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> <br>
<b>Resolutions:</b> <b>Resolutions:</b>
{% else %} {% else %}