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) => {