Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
Created March 4, 2015 04:48
Show Gist options
  • Save gotoplanb/f812f6f31e170aac786a to your computer and use it in GitHub Desktop.
Save gotoplanb/f812f6f31e170aac786a to your computer and use it in GitHub Desktop.
Basic responsive embed
<style>
.post .embed { position: relative; padding-bottom: 56.25%; /* 16/9 ratio */ height: 0; overflow: hidden; }
.post .embed iframe, .post .embed object, .post .embed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
</style>
<div class="embed">
<iframe src="https://www.youtube.com/embed/PNcDI_uBGUo" frameborder="0" allowfullscreen></iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment