From a2c9d84cf4ce280f5e9bb3cad9507545a2c3a2e9 Mon Sep 17 00:00:00 2001 From: mmaterman Date: Thu, 27 Jun 2024 16:55:48 -0400 Subject: [PATCH] trying to eliminate white border around videojs player for big screen --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 090e8b5..7dd3d26 100644 --- a/index.html +++ b/index.html @@ -28,8 +28,14 @@ .video-js { height: 100% !important; width: 100% !important; + border: none; } + .vjs-fullscreen .vjs-tech { + border: none; + } + +