Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable parallax on mobile screens? #222

Open
manjunath1704 opened this issue Dec 21, 2020 · 2 comments
Open

How to disable parallax on mobile screens? #222

manjunath1704 opened this issue Dec 21, 2020 · 2 comments

Comments

@manjunath1704
Copy link

No description provided.

@chromahoen
Copy link

Use a browser sniffer and remove the classes you attributed to your elements.

https://modernizr.com/docs

if (mobile) { Do this: https://stackoverflow.com/questions/26362423/how-to-remove-a-specific-class-from-all-elements#answer-26362454 }

@jeffegiovani
Copy link

Use this:
<div data-rellax-xs-speed="0"></div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants