Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Apply image as full screen responsive background

html {
  background: url(images/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #Apply #image #full #screen #responsive #background
ADD COMMENT
Topic
Name
5+1 =