nk-o / jarallax

Parallax scrolling for modern browsers

Home Page:https://jarallax.nkdev.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable parallax effect on video use data-attribute?

ulziibat-n opened this issue · comments

Issue description:

Hello.
I want to disable parallax effect on jarallax video use data-attribute. I don't want to disable it from JS. Want to disable parallax effect from data-attribute on HTML tag. How to do this? Please help me.
Thanks

Version used:

v1.12.0

Code to reproduce the issue (HTML blocks + JavaScript initialization)

<div class="jarallax" data-jarallax-video="https://www.youtube.com/watch?v=oxRKEmjvMXc"></div>

Found solution from your documentation. Used data-speed="0.2" attr. Thanks for the awesome plugin.