Last active
August 29, 2015 14:08
-
-
Save Undistraction/b3a36dc4c26985b9cbd8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="Wrapper"> | |
<div class="VideoContainer Vimeo Sixteen-Nine"> | |
<iframe src="http://player.vimeo.com/video/109777141?byline=0&portrait=0&badge=0&color=090909" class="js-only" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="Wrapper"> | |
<div class="VideoContainer Vimeo Sixteen-Nine"> | |
<iframe src="http://player.vimeo.com/video/109777141?byline=0&portrait=0&badge=0&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