By Sam Peppard
A custom built, responsive video player.
Behavior | Input | Output |
---|---|---|
Show video controls when hovering cursor over video | hover cursor over video | display controls |
Play video when play button is pressed | play clicked | play |
Pause video when pause button is clicked | pause clicked | pause |
Play from progress-point when progress scrubber is dragged to particular point | scrubber clicked and dragged | play from progress-point |
Mute video when mute button is clicked | mute clicked | mute |
Un-mute video when un-mute button is clicked | un-mute clicked | un-mute |
Set volume to particular level when volume scrubber is dragged to certain point | volume scrubber clicked and dragged | new volume level set |
- Clone this repository
- If editing, open project directory in Code Editor of choice
- If viewing, open index.html in a web browser
No known bugs.
For comments or questions, please email sampeppard@gmail.com
- HTML
- CSS
- Sass
- JavaScript
- jQuery
https://sampeppard.github.io/custom_vid/
MIT