Is there a way to load the same background image while the parallax loads? I noticed that the photo background loads instantly but the parallax show a white space for a second then shows the background. my goal is to eliminate the white space.
Example: https://www.tmileadershipconsulting.com/consulting/
Hey James,
Welcome to the BB forums! 
That’s because the Parallax script is loaded at the end which is caused by CloudFlare. You could try forcing a background image to that row but it would also depend on when the styling loads as well. We can give it a shot though. Try playing an extra class to that row, and add the CSS snippet below changing extra-class
to whatever class you added.
.extra-class .fl-row-content-wrap {
background-image: url("http://www.domain.com/background-image.jpg");
}
Let us know how it goes! 
Ben