Skip to content

ohana-hotels/ohana-hotels.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ohana Hotels

Stay with us and feel like Home

Jekyll

https://github.com/garrettboatman/Blank-Theme-Jekyll

google_analytics: UA-12345678-1
googlewebfonts: Roboto:400,300,100
sass_dir: _sass

Video

http://demosthenes.info/samples/polina.html

#cnt {
  z-index: -100;
  opacity: 0.6;
}
video {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background: black url(../video/goa.jpg) no-repeat;
  background-size: cover;
  display: block;
  transition: 1s opacity;
}
<!--[if lt IE 9]> <script> document.createElement('video'); </script> <![endif]-->

<div id="cnt">
  <video autoplay loop id="bgvid">
    <source src="assets/video/goa.webm" type="video/webm">
    <source src="assets/video/goa.mp4" type="video/mp4">
  </video>
</div>

Conversion

Releases

No releases published

Packages

No packages published