Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to paralax effect on background image

.bg-parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
 
PREVIOUS NEXT
Tagged: #paralax #effect #background #image
ADD COMMENT
Topic
Name
1+6 =