Skip to content

Instantly share code, notes, and snippets.

@Undistraction
Last active August 29, 2015 14:08
Show Gist options
  • Save Undistraction/b3a36dc4c26985b9cbd8 to your computer and use it in GitHub Desktop.
Save Undistraction/b3a36dc4c26985b9cbd8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="Wrapper">
<div class="VideoContainer Vimeo Sixteen-Nine">
<iframe src="http://player.vimeo.com/video/109777141?byline=0&amp;portrait=0&amp;badge=0&amp;color=090909" class="js-only" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
</div>
</div>
// ----
// Sass (v3.4.6)
// Compass (v1.0.1)
// ----
body,
html,
.Wrapper
{
width:100%;
height: 100%;
}
.VideoContainer
{
position: relative;
max-width: 100%;
height: 0;
overflow: hidden;
&.Sixteen-Nine {
padding-bottom: 56.25%;
}
&.Four-Three {
padding-bottom: 75%;
}
}
.VideoContainer iframe,
.VideoContainer object,
.VideoContainer embed
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body,
html,
.Wrapper {
width: 100%;
height: 100%;
}
.VideoContainer {
position: relative;
max-width: 100%;
height: 0;
overflow: hidden;
}
.VideoContainer.Sixteen-Nine {
padding-bottom: 56.25%;
}
.VideoContainer.Four-Three {
padding-bottom: 75%;
}
.VideoContainer iframe,
.VideoContainer object,
.VideoContainer embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
<div class="Wrapper">
<div class="VideoContainer Vimeo Sixteen-Nine">
<iframe src="http://player.vimeo.com/video/109777141?byline=0&amp;portrait=0&amp;badge=0&amp;color=090909" class="js-only" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment