<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>JW5</title>
<script type='text/javascript' src='https://cdn.jsdelivr.net/gh/SH20RAJ/DrivePlyr@main/assets/jwplayer.js'></script>
</head>
<body>
<div id='myElement'>Loading the player...</div>
<script type='text/javascript'>
jwplayer('myElement').setup({
file: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/CastVideos/mp4/BigBuckBunny.mp4',
image: 'https://sh20raj.github.io/Sopplayer/sample.png',
width: 640,
height: 360
});
</script>
</body>
</html>
// https://dev.to/sh20raj/add-jwplayer-to-html5-video-player--4kmm
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.