Parallax background image in wraps
Tried to insert a background-image in a wrap with position set to 'parallax' but the image is not showing. Instead it only shows a bordered text 'parallax background'. The source code is indicating, that the image url is not inserted (src is empty):
<img class="mfn-parallax" src="" alt="parallax background" style="width: 720px; transform: translate3d(0px, 138px, 0px);">
How can I fix this?
Comments
please send us link to page where this background image does not work so we can have a look on it.