diff --git a/static/index.html b/static/index.html index 8c43c04..53282f1 100644 --- a/static/index.html +++ b/static/index.html @@ -77,6 +77,16 @@ border: 2px solid white; box-shadow: 0 0 15px rgba(0,0,0,0.7); } + + .video-player { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + z-index: 10000; + background-color: black; + }