Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make background image fit to screen

body{
	background: url(""); /* enter the image path */
    background-repeat: no-repeat;
	background-size: 100%;
}
 
PREVIOUS NEXT
Tagged: #background #image #fit #screen
ADD COMMENT
Topic
Name
4+6 =