Welyanto

Results 1 issues of Welyanto

Hello, is it possible to disable temporarily only on mobile version, ex: `if(screen.width > 1024) { ParallaxScroll.init(); } else { $('.myclass').removeAttr("data-parallax"); }` how we can remove the data-parallax attribute temporarily...