Hi, I’ve read some threads at this regard and it seems that there is a passibility to force the parallax effect on mobiles using CSS.
Please let me know what’s the best code I should add.
It can’t be done with just CSS. Fixed positioning is possible is possible through CSS, but the parallax effect isn’t. Parallax is done by a javascript library.
And parallax is disabled on mobile intentionally for performance purposes.