Background Image
To update the background easily we have created a javascript function which will help you to update/ add background images directly from the HTML. It mean's you won't need to modify the CSS anymore.
Example
<div class="bg-img">
<img src="assets/img/bg/pattern-bg.png" alt="">
</div>
Note: The default image postion is center and the background-size is cover
