Hey,
after X Pro Update, the parallax is not disabled in mobile view.
How can I disable it for mobile view
or even improve it, now its jiggling/jumping up and down while scrolling on mobile.
Hey,
after X Pro Update, the parallax is not disabled in mobile view.
How can I disable it for mobile view
or even improve it, now its jiggling/jumping up and down while scrolling on mobile.
Hi There,
I dont see parallax active on your page, can you point where you have placed it?
Thank you
Hi there,
Please add this CSS to your global custom CSS.
@media ( max-width: 979px ) {
[class^="x-bg"][data-x-params*="parallax"] {
background-attachment: initial;
transform: none !important;
}
}
Hope this helps.
Hello There,
We’ve added this as a feature request so it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive.
Thanks!