Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created April 26, 2015 00:05
Show Gist options
  • Save SpencerCooley/9c6799d0347a72c98764 to your computer and use it in GitHub Desktop.
Save SpencerCooley/9c6799d0347a72c98764 to your computer and use it in GitHub Desktop.
<style>
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<div class="videoWrapper">
<iframe src="https://player.vimeo.com/video/122246150" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="https://vimeo.com/122246150">Phantom drone clip</a> from <a href="https://vimeo.com/user6180292">Spencer Cooley</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment