This is the code I am currently working with:
<div class="view jarallax" data-jarallax = '{"speed":0.2 }' style="background-
image: url('OFP/OFP_Group.jpg'); background-repeat: no-repeat; background-
size: cover; background-position: center center;">
<div class="mask flex-center rgba-black-light"></div>
</div>
Unfortunately, I am having trouble getting it to work as demonstrated in the MDB example (). The image is not showing up at all. If I include the width in the style, the image appears, but without the desired jarallax effect. Can anyone help me identify what I might be doing incorrectly?