schneikai
2/21/2014 - 4:53 PM

Fullscreen background images

Fullscreen background images

html {
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}