Files
opal/web/video_player.html

14 lines
343 B
HTML

<link href="https://vjs.zencdn.net/8.23.4/video-js.css" rel="stylesheet" />
<video
id="video-player"
class="video-js vjs-default-skin"
controls
width="600"
height="300"
preload="auto"
></video>
<script src="https://vjs.zencdn.net/8.23.4/video.min.js"></script>
<script type="module" src="/web/js/pages/video_player.js"></script>