https://github.com/obrm/custom-video-player
Custom video player using the HTML5 video element and it's JavaScript API with a custom design
https://github.com/obrm/custom-video-player
css html5 vanilla-javascript video-player
Last synced: about 1 year ago
JSON representation
Custom video player using the HTML5 video element and it's JavaScript API with a custom design
- Host: GitHub
- URL: https://github.com/obrm/custom-video-player
- Owner: obrm
- Created: 2022-07-06T07:07:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T09:46:31.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T10:57:43.413Z (over 1 year ago)
- Topics: css, html5, vanilla-javascript, video-player
- Language: CSS
- Homepage: https://obrm.github.io/custom-video-player/
- Size: 16.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Custom Video Player
Custom video player using the HTML5 video element and it's JavaScript API with a custom design
## Project Specifications
- Display custom video player styled with CSS
- Play/pause
- Stop
- Video progress bar
- Set progress bar time
- Display time in mins and seconds
#
Made as part of the course "20 Web Projects With Vanilla JavaScript" by Brad Traversy