Last active
August 29, 2015 14:16
-
-
Save SOLUNTECH/2e2c106830b07cec892d to your computer and use it in GitHub Desktop.
Revisions
-
Soluntech revised this gist
Mar 12, 2015 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ .fixed-video{ position:fixed; top:0; left:0; witdth:100%; height:100%; z-index:1; } -
Soluntech created this gist
Mar 12, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ <video class="fixed-video" autoplay loop> <source src="https://s3.amazonaws.com/soluntech/videos/background.webm" type="video/webm"> <source src"https://s3.amazonaws.com/soluntech/videos/background.mp4" type="video/mp4"> </video>