1
0
mirror of https://git.sr.ht/~metalune/simpleweb_peertube synced 2024-12-22 13:43:57 +01:00

Add Resolutions: to video.html when in embedded

This commit is contained in:
metalune 2021-01-19 15:26:08 +01:00
parent c778a9147d
commit 88394abd42

View File

@ -11,6 +11,7 @@
{% elif embed %}
<embed height="300" src="https://{{ video.channel.host }}{{ video.embedPath }}">
<br>
<b>Resolutions:</b>
{% else %}
<video height="300" controls>
<source src="{{ video.video }}">