Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to set background automatically with my screen height

body {

    background-image: url("img_tree.gif");

   background-repeat: no-repeat;   
 background-attachment: fixed;
  
   background-position: top center;
  background-size: contain;

 }
 
PREVIOUS NEXT
Tagged: #set #background #automatically #screen #height
ADD COMMENT
Topic
Name
9+7 =