Parallax

You can use an image in the background simply add InlineStyle in div tag and by use of this you can create your own bg. See example below:

<!--=============== parallax ==================-->
<div class="parallax"
   style="background-image:url(Path);">
</div>
<!--=============== parallax ==================-->

Last updated