Skip to content

Instantly share code, notes, and snippets.

@inem

inem/a.html Secret

Created May 31, 2017 19:05
Show Gist options
  • Save inem/e9001ea580145c6fd648dda24018bf27 to your computer and use it in GitHub Desktop.
Save inem/e9001ea580145c6fd648dda24018bf27 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
html,body{width:100%;height:100%;padding:0;margin:0;border:0;}
video, source { height: auto; object-fit: contain; }
video::-webkit-media-controls-panel {
display: none;
-webkit-appearance: none;
}
video::-webkit-media-controls-play-button {
display: none;
-webkit-appearance: none;
}
video::-webkit-media-controls-start-playback-button {
display: none;
-webkit-appearance: none
}
video::-webkit-media-controls {
display: none;
-webkit-appearance: none;
}
video, source, iframe, embed, object { max-width: 100%; }
</style>
</head>
<body>
<div id="container">
<video src="Choose_project_fixed.mp4" type="video/mp4"
style="width:50%;border-radius:5px;"
controls preload poster="undefined"
autoplay airplay="allow" x-webkit-airplay="allow"
loop></video>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment