diff --git a/tubearchivist/home/templates/home/video.html b/tubearchivist/home/templates/home/video.html index 08e0a90..12896fd 100644 --- a/tubearchivist/home/templates/home/video.html +++ b/tubearchivist/home/templates/home/video.html @@ -2,13 +2,15 @@ {% block content %} {% load static %} {% load humanize %} +
+ +
-
- +

{{ video.title }}

diff --git a/tubearchivist/static/css/style.css b/tubearchivist/static/css/style.css index 0cf1c3d..f144000 100644 --- a/tubearchivist/static/css/style.css +++ b/tubearchivist/static/css/style.css @@ -342,7 +342,8 @@ button:hover { height: 100vh; } -.video-player video { +.video-player video, +.video-main video { max-height: 80vh; width: 90%; max-width: 1500px;