If anyone knows how to go about this issue I would very much appreciate the help. I am trying to have a landing page with a full screen image that switches automatically every 5 seconds or so. I have implemented and am trying to use this plugin http://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/ . As you can see in the attached file, I would like to be able to scroll down the page, but the background image should take up the entire screen upon first arrival. If anyone can provide assistance I would seriously appreciate it. Thanks in advance
in CSS try body{ background-image:url('images/yourbg.jpg'); background-repeat:no-repeat; background-attachment:fixed; } Code (markup):