I\'m using stellar.js to add a parallax effect to a vertical scrolling website, but I\'m having problems with the background positions. When I use the class \"data-stellar-b
Having the same issue I tried adding
scrollProperty and horizontalScrolling
Though this resulted in my background not being loaded.
Removing both properties and running Stellar like..
$.stellar({}) instead of $.stellar()
(like on the Stellar site)
Parallax is working like a charm.