Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AJYaBoi authored Aug 6, 2024
1 parent c2dcc13 commit 7e09765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VideoPlayer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down Expand Up @@ -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) => {
Expand Down

0 comments on commit 7e09765

Please sign in to comment.