Skip to content

Instantly share code, notes, and snippets.

@dominikfiala
Created May 23, 2015 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dominikfiala/5fd0d449c61f535a7010 to your computer and use it in GitHub Desktop.
Save dominikfiala/5fd0d449c61f535a7010 to your computer and use it in GitHub Desktop.
xGEaXO
<div>
<video src="http://upload.wikimedia.org/wikipedia/commons/4/4b/Erection_development_animated.ogv" autoplay loop></video>
</div>
body, html {
height: 100%;
}
div {
background: black;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
video {
width: 100%;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment