From d9fbf82bb23b848726eace7354444f16e17a36f8 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 24 Aug 2019 13:35:11 -0700 Subject: Layout: Add option to use 720p resolution --- youtube/templates/watch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/templates/watch.html') diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 3421059..a555882 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -7,7 +7,7 @@ video{ grid-column: 1 / span 5; width: 100%; - max-height: 360px; + max-height: {{ video_height }}px; } #related{ margin-top: 10px; -- cgit v1.2.3