Created
May 9, 2017 17:31
-
-
Save anonymous/2a62333624a4dc55329a32e27a0c0714 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/namutugumu
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<script type="text/javascript" src="https://cdn.jsdelivr.net/clappr/latest/clappr.min.js"></script> | |
</head> | |
<body> | |
<style>h1{text-align:center}body{ padding: 0; margin: 0; }</style> | |
<h1>The White Princess</h1> | |
<div id="player"></div> | |
<script> | |
var player = new Clappr.Player({ | |
poster: 'http://s003.thevid.net/videos/screenshots/48009e1962e68c307aad28fea59dbfc8.jpg', | |
source: "http://s003.thevid.net/v/48009e1962e68c307aad28fea59dbfc8.mp4?st=WZBzCiyYjzNk2oL1y_4nNw&e=1494371248&sa=DWF788dSonK_Qa3Gp6kAZQ", | |
parentId: "#player", | |
height: 360, | |
width: 640, | |
fullscreen: true, | |
autoPlay: false, | |
hideMediaControl: false | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment