From 7e0976502998e0666d2c815e69ead2c00ce18259 Mon Sep 17 00:00:00 2001 From: Rat poop <105378453+AJYaBoi@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:54:39 -0400 Subject: [PATCH] Update index.html --- VideoPlayer/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VideoPlayer/index.html b/VideoPlayer/index.html index 866cdaf..334c0c3 100644 --- a/VideoPlayer/index.html +++ b/VideoPlayer/index.html @@ -35,6 +35,7 @@ background-repeat: no-repeat; background-position: center; margin-bottom: 20px; + background-color: #fff; /* Set a background color to see the area */ } .dropzone { width: 100%; @@ -113,7 +114,6 @@ // Initialize DVD image dvd.style.backgroundImage = `url(${dvdImages[currentImageIndex]})`; - dvd.style.backgroundColor = '#fff'; // Set a background color to see the area // Log errors if images do not load dvdImages.forEach((src) => {