Skip to content

Instantly share code, notes, and snippets.

@kdmelo
Last active January 16, 2018 19:01
Show Gist options
  • Select an option

  • Save kdmelo/14de4440a5cac62195b54419a3b59ec3 to your computer and use it in GitHub Desktop.

Select an option

Save kdmelo/14de4440a5cac62195b54419a3b59ec3 to your computer and use it in GitHub Desktop.
<div class="video-wrapper">
<iframe width="560" height="349" src="http://www.youtube.com/embed/n_dZNLr2cME?rel=0&hd=1" frameborder="0" allowfullscreen></iframe>
</div>
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment