Disable Parallax on Mobile View - V2 Elements

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.

http://stage.fcg-bielefeld.de

Hi There,

I dont see parallax active on your page, can you point where you have placed it?

Thank you

Hi there
Right on the start page
Stage.fcg-bielefeld.de

Parallax is now activated :slight_smile:

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.

2 Likes

Thanks @Rad, what about an option in the builder to disable it on mobile? Just a simple checkbox.

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!

3 Likes