Skip to content

Instantly share code, notes, and snippets.

@psynt
Last active May 24, 2023 14:54
Show Gist options
  • Save psynt/1ec6e394e341900b44cac5d4e46ab3bc to your computer and use it in GitHub Desktop.
Save psynt/1ec6e394e341900b44cac5d4e46ab3bc to your computer and use it in GitHub Desktop.
CSS responsive videos
.responsive-container{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 50px;
}
.responsive-container 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