Skip to content

Commit f61f390

Browse files
Video Player
1 parent 7e72bd0 commit f61f390

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

Projects/Video-Player/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
<br>
2222

23-
## **Screenshot 📸**
23+
## **Working Video 📸**
2424

25-
![Leap_Years](https://github.com/TusharKesarwani/Front-End-Projects/assets/114330097/8e5cf34c-c1ad-4998-bbcd-4f5780b7d901)
25+
https://github.com/TusharKesarwani/Front-End-Projects/assets/114330097/da6ac275-6532-49b6-98ca-5cdc83e41613
2626

2727

2828
<br>

Projects/Video-Player/script.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
// Array of video file names in the current directory
2-
var currentDirVideoFiles = ['vid1.mp4', 'vid2.mp4', 'vid3.mp4', 'vid4.mp4', 'vid5.mp4', 'vid6.mp4'];
2+
var currentDirVideoFiles = [
3+
'video.mp4',
4+
'video.mp4',
5+
'video.mp4',
6+
'video.mp4',
7+
'video.mp4',
8+
'video.mp4'
9+
];
310

411
// Get the video container element from the HTML document
512
const videoContainer = document.getElementsByClassName('video-container')[0];

Projects/Video-Player/video.mp4

761 KB
Binary file not shown.

0 commit comments

Comments
 (0)