console
<head>
<link href="https://vjs.zencdn.net/7.4.1/video-js.css" rel="stylesheet">
<script src="https://vjs.zencdn.net/ie8/ie8-version/videojs-ie8.min.js">
</script>
</head>
<body>
<div style="width:440px;height:264px;overflow:hidden">
<video id="my-video" class="video-js" controls preload="auto" width="440" height="264" poster="MY_VIDEO_POSTER.jpg" data-setup="{}" webkit-playsinline="" playsinline="" x5-playsinline="" x-webkit-airplay="allow">
<source src="https://vjs.zencdn.net/v/oceans.mp4" type='video/mp4'>
<source src="https://vjs.zencdn.net/v/oceans.webm" type='video/webm'>
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
</div>
<script src="https://vjs.zencdn.net/7.4.1/video.js">
</script>
</body>