diff --git a/frontend/src/style.css b/frontend/src/style.css index 7db5d0d2..74f0113a 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -625,6 +625,8 @@ video:-webkit-full-screen { .video-thumb img { width: 100%; position: relative; + aspect-ratio: 16 / 9; + background: var(--highlight-bg-transparent); } .video-tags { @@ -1088,6 +1090,8 @@ video:-webkit-full-screen { .channel-banner img { width: 100%; + aspect-ratio: 18 / 3; + background: var(--highlight-bg-transparent); } .channel-banner.grid {