dixonandmoe / rellax

Lightweight, vanilla javascript parallax library
https://dixonandmoe.com/rellax/
MIT License
7.07k stars 877 forks source link

How to disable parallax on mobile screens? #222

Open manjunath1704 opened 3 years ago

chromahoen commented 3 years ago

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 commented 1 year ago

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