diff options
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 7fa4b53..fc4aaf9 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -54,7 +54,6 @@ justify-self: center; max-width: 100%; width: {{ theater_video_target_width }}px; - max-height: {{ video_height }}px; margin-bottom: 10px; background-color: var(--video-background-color); } @@ -339,7 +338,7 @@ Reload without invidious (for usage of new identity button).</a> </ol> </div> {% else %} - <video controls autofocus class="video"> + <video controls autofocus class="video" height="{{ video_height }}px"> {% for video_source in video_sources %} <source src="{{ video_source['src'] }}" type="{{ video_source['type'] }}"> {% endfor %} |