Skip to content

Instantly share code, notes, and snippets.

@theredstapler
Created February 8, 2016 09:14
Show Gist options
  • Save theredstapler/98015d1896251e6e8ae2 to your computer and use it in GitHub Desktop.
Save theredstapler/98015d1896251e6e8ae2 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<title>Test Video.js</title>
<link href="video-js.min.css" rel="stylesheet">
<script src="video.min.js"></script>
</head>
<body>
<div id="testdiv"></div>
<video class="video-js vjs-default-skin" width="1280" height="720%" controls data-setup='{}'>
<source src="testvideo1.mp4" type='video/mp4'>
</video>
</body>
</html>
@Puyodead1
Copy link

Puyodead1 commented Nov 28, 2018

Add an <html> tag after declaring the doctype

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment