Skip to content

Instantly share code, notes, and snippets.

@Dexdot
Created September 13, 2017 17:02
Show Gist options
  • Save Dexdot/9eb487381eaa853b04cc164b8ef62698 to your computer and use it in GitHub Desktop.
Save Dexdot/9eb487381eaa853b04cc164b8ef62698 to your computer and use it in GitHub Desktop.
Responsive YouTube #2 variant
&__video {
width: 100%;
position: relative;
padding-bottom: 56.25%; /* 16:9 */
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