Skip to content

Instantly share code, notes, and snippets.

@dylanburkey
Last active August 29, 2015 14:06
Show Gist options
  • Save dylanburkey/91df5bc03b4bf01ac2db to your computer and use it in GitHub Desktop.
Save dylanburkey/91df5bc03b4bf01ac2db to your computer and use it in GitHub Desktop.
A Pen by Dylan Burkey.
<div class="le">
<div class="container">
<video src="http://lecoapps.com/_iframe/specialfabrications.mp4" controls>
<object><param name="movie" value="//www.youtube.com/v/L05RJ87Cg-4?hl=en_US&amp;version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/L05RJ87Cg-4?hl=en_US&amp;version=3" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</video>
</div>
</div>
@import "bourbon";
.le {
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
.container {
margin: 0 auto;
position: relative;
max-width: 780px;
}
video,object {
width: 100%;
height: 100%;
max-width: 780px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment