I use Parallax.js in my project. When scrolling down the page, a bar appears above the background image, which is tiled;
I don’t know if this is important or not, but I use the Bootstrap grid and the background image is implemented like this:
<div class="container-fluid" data-parallax="scroll" data-image-src="img/BGimage1.jpg"> <div class="container"> <div class="row"> <div class="col-md-6"></div> <div class="col-md-6"></div> </div> </div> </div> I’ll clarify that the bar appears below or above the “static” content, depending on whether the page is scrolling down or up, respectively. Checked in Chrome and Firefox.