diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 13:35:11 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 13:35:11 -0700 |
commit | d9fbf82bb23b848726eace7354444f16e17a36f8 (patch) | |
tree | 5920fe132a0ec73a80b8df769ae98058d98988ed /youtube/templates/watch.html | |
parent | fa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb (diff) | |
download | yt-local-d9fbf82bb23b848726eace7354444f16e17a36f8.tar.lz yt-local-d9fbf82bb23b848726eace7354444f16e17a36f8.tar.xz yt-local-d9fbf82bb23b848726eace7354444f16e17a36f8.zip |
Layout: Add option to use 720p resolution
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; |