Hello,
I have a problem with my website on mobile devices. I use parallax, but that doesn’t work the same on mobile devices. Can u help me with that?
Kind regards!
Niels
Hey Niels!
Parallax background are currently disabled on mobiles to avoid compatibility issues.
Cheers!
Josue
Hi Niels!
You can enable Parallax in mobiles (at your own risk), open js/shortcodes.js and remove this lines (1936-1939):
if(_self.isMobile)
{
return; //disable parallax scrolling on mobile
}
Regards,
Josue