-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Responsive Bug in 2.0 ? #59
Comments
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/ |
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. |
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.
The text was updated successfully, but these errors were encountered: