Hello, the paralax picture on the Freelancer theme doesn't work on mobile devices.
Below is the code I'm talking about. How do I make this work on mobile?
<div class="section mb-0 p-0" style="background-color: #f4f4f4; overflow: visible" > <div class="d-flex justify-content-center position-relative"> <div class="parallax min-vh-75" style=" background-image: url('myimages/croptest3.jpg'); background-size: cover; background-position: center center; " data-bottom-top="width: 40vw" data-center-top="width: 100vw;" > <div class="row align-items-center justify-content-center h-100" > <!-- <div class="col-auto text-center"> <a href="#" class="display-4 fw-bolder text-white d-inline-block mx-4 h-op-08 op-ts" ><u>#dribbble</u></a > <a href="#" class="display-4 fw-bolder text-white d-inline-block mx-4 h-op-08 op-ts" ><u>#behance</u></a > </div> --> </div> </div> <div class="shape-divider" data-shape="wave" data-position="bottom" ></div> </div> </div>
