I have the following code:
<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>
And for some reason, I cannot make it work as shown in the MDB example (https://mdbootstrap.com/previews/docs/latest/html/parallax/index.html). The image doesn't show up at all, if I add the width to the style, it shows the image, however the image doesn't have the jarallax effect. What am I doing wrong?