Last active
February 21, 2016 05:23
-
-
Save aaronfischer/11217531 to your computer and use it in GitHub Desktop.
Full screen background video
This file contains 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
<video id="video" class="full-bleed" preload="" autoplay=""> | |
<source src="/videos/MMI-Feature-Vid-01.2.webmhd.webm" type="video/webm"> | |
<source src="/videos/MMI-Feature-Vid-01.3.mp4" type="video/mp4"> | |
</video> |
This file contains 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
video.full-bleed{ | |
display:block; | |
position: absolute; | |
min-width: 100%; | |
min-height: 100%; | |
right:0; | |
bottom:0; | |
width: auto; | |
height: auto; | |
z-index: -99; | |
background: url(../images/16x9.png) no-repeat; | |
@include background-size(cover); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GET OUTTA TOWN RIGHT NOW