Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to set background automatically with my screen height

html { 
  background: url(image.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #background #automatically #screen #height
ADD COMMENT
Topic
Name
5+4 =