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);">

Parallax effect is set to 'translate3d' in theme options.

How can I fix this?

Comments

Sign In or Register to comment.