Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -50,7 +50,7 @@
|
|
50 |
videoPlayer.load();
|
51 |
|
52 |
// Show the video container (if necessary)
|
53 |
-
videoContainer.style.display = 'block';
|
54 |
|
55 |
// Play the video and request fullscreen immediately
|
56 |
videoPlayer.play().then(() => {
|
|
|
50 |
videoPlayer.load();
|
51 |
|
52 |
// Show the video container (if necessary)
|
53 |
+
//videoContainer.style.display = 'block';
|
54 |
|
55 |
// Play the video and request fullscreen immediately
|
56 |
videoPlayer.play().then(() => {
|