Layout: Add option to use 720p resolution

This commit is contained in:
James Taylor
2019-08-24 13:35:11 -07:00
parent fa2fa7fe16
commit d9fbf82bb2
3 changed files with 19 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
video{
grid-column: 1 / span 5;
width: 100%;
max-height: 360px;
max-height: {{ video_height }}px;
}
#related{
margin-top: 10px;