Thanks Damir fot the links.
If I look at ISOTOPE. (Maybe I should post this on the ISTOPE forum?) you are using “enllax.js”
In this case the JS is already loaded in the template. I was wondering how to use this onboard Parallax JS and use it custom content
I take that code from a Parallax section i ISOTOPE
<section data-enllax-type="background" data-enllax-ratio="0.3"
Do you think, in a custom html content (Module. article...) if I use...
<div id="mycustomparallaxdiv" data-enllax-type="background" data-enllax-ratio="0.3"> Watever content here </div>
and CSS my background for that div, it will work ?
that enllax.js will be available for that content (template wide available), even if no Parallax section is used or I will have to load it?