Skip to content

Instantly share code, notes, and snippets.

@gerasimua
Created February 28, 2016 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerasimua/cd6c028ea381ccebae40 to your computer and use it in GitHub Desktop.
Save gerasimua/cd6c028ea381ccebae40 to your computer and use it in GitHub Desktop.
IFrame full width
.video-wrapper {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
border-radius: 15px;
overflow: hidden;
}
/*class on iframe*/
.video {
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