Skip to content

Instantly share code, notes, and snippets.

Created April 17, 2016 07:33
Show Gist options
  • Select an option

  • Save anonymous/94b150272225b5d252e26b1f81b872a8 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/94b150272225b5d252e26b1f81b872a8 to your computer and use it in GitHub Desktop.
Untitled
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>
</title>
<style>
.videoContainer {
position:absolute;
height:100%;
width:100%;
overflow: hidden;
}
.videoContainer video {
min-width: 100%;
min-height: 100%;
}
html, body {
background-color:black;
margin:0px;
}
</style>
</head>
<body>
<div class="videoContainer">
<iframe src="https://openload.co/embed/pkENTHBxytM/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen="true" style="width: 100%; height: 100%;"></iframe>
</div>
</body>
</html>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment