From 5abc96fca2496f33075796db208fccc3543e0f65 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 4 Aug 2020 11:42:06 +0200 Subject: Add logic to handle playlist in embed --- client/src/standalone/videos/embed.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/src/standalone/videos/embed.scss') diff --git a/client/src/standalone/videos/embed.scss b/client/src/standalone/videos/embed.scss index 95573dabe..cbe6bdd01 100644 --- a/client/src/standalone/videos/embed.scss +++ b/client/src/standalone/videos/embed.scss @@ -27,6 +27,11 @@ html, body { background-color: #000; } +#video-wrapper { + width: 100%; + height: 100%; +} + .video-js.vjs-peertube-skin { width: 100%; height: 100%; -- cgit v1.2.3