Skip to content

Instantly share code, notes, and snippets.

@brito
Last active April 25, 2017 20:29
Show Gist options
  • Save brito/75b3691aef7bbe059b81e5872f1f2de2 to your computer and use it in GitHub Desktop.
Save brito/75b3691aef7bbe059b81e5872f1f2de2 to your computer and use it in GitHub Desktop.
Responsive video frame
/* Responsive video frame */
body { padding-bottom:56.25%;
position:relative; height:0; overflow:hidden;
margin:0; background:#002 }
iframe {
position:absolute; top:0; left:0;
width:100%; height:100%; border:0 }
<iframe src="https://www.youtube.com/embed/m3svKOdZijA" allowfullscreen></iframe>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment