Skip to content

Instantly share code, notes, and snippets.

@Andy-set-studio
Last active October 23, 2017 20:09
Show Gist options
  • Save Andy-set-studio/186c4388cf67d736557acb10a260e4bf to your computer and use it in GitHub Desktop.
Save Andy-set-studio/186c4388cf67d736557acb10a260e4bf to your computer and use it in GitHub Desktop.
Responsive video player Sass component
.video-player {
width: 100%;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
position: relative;
&__embed {
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