I continue to see sites with a background image that subtly moves as I scroll down. This is a really good effect, but I'm not sure how to do it? I am experienced with html, css and jquery, but this is something that I have not done before!
I have a simple jsfiddle below, but I need help please!
Thank you very much,
http://jsfiddle.net/def2y2yt/
Code snippet - more accessible via jsfiddle link
.background { background-image: url(example.pjg); background-repeat: no-repeat; height: 600px; width: 100%; }
source share