Created
January 1, 2017 23:57
-
-
Save joffilyfe/12b49663be773a736b06b3a88cd423d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<script src="./dist/js/videre.min.js"></script> | |
<link rel="stylesheet" href="./dist/css/videre.min.css"> | |
</head> | |
<body> | |
<div id="center"> | |
</div> | |
</body> | |
<script> | |
var player = new Videre.Player({containerId: "#center", src: "./samples/sample.mp4"}); | |
</script> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment