cody - HTMLify profile
files of /cody/bradtraversy/vanillawebprojects/custom-video-player/
## Custom Video Player
Custom video player using the HTML5 video element and it's JavaScript API with a custom design
## P
Custom video player using the HTML5 video element and it's JavaScript API with a custom design
## P
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
const video = document.getElementById('video');
const play = document.getElementById('play');
const stop = document.getElementBy
const play = document.getElementById('play');
const stop = document.getElementBy