jparallax
jparallax copied to clipboard
Responsive Bug in 2.0 ?
I'm trying to achieve responsiveness on http://ur1.ca/d2l4k, using the same configuration as in the demo http://stephband.info/jparallax/demos/target.html, but upon resizing the window, the absolute position of the parallax layers shift left unproportionally if there isn't a window reload. See (Full) http://i.imgur.com/is2CCfn.jpg (Resized) http://i.imgur.com/uDsDOub.png (Reloaded) http://i.imgur.com/bjqRggJ.jpg. Browser is Chromium 25.0.1364.160-0ubuntu0.12.10.1.
I have the same issue with my parallax slider, because my width is set to 100% (percents, not pixels) I get the same exact effect on my containers moving too far left. Any solution? Do I have to set an event listener on window.resize and keep refreshing the parallax? seems reduntant
I have found this closed cased about unparallax() method, but I am not clear on how to use it, on resize or what/
https://github.com/stephband/jparallax/issues/43
I eventually fixed it by using "reparallaxing" whenever the browser window resizes, since apparently the developers aren't interested.
@alainus anychance you could show us how you fixed this problem? thanks
I know this is old - but I'm having this exact issue. Anyone's help would be grand.