-
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
Start at the center #70
Comments
+1 |
I'm having same issue. If I center the layers with negative margin-left and left:50% everything looks ok, but when I put the cursor inside viewport layers makes a fast move from center to left and center again. I mean, is like when I hover to viewport the parallas initializes from left and not from center. |
+1 |
2 similar comments
+1 |
+1 |
Solved. Look at #69 |
i have problem ,,, .parallax-viewport { height: 80%; margin: 30px 160px 0px 630px; position: absolute; text-align: center; /* width: 690px;*/ width:1000px;} can`t be center... plz help |
@scorp559 WUT |
.parallax-viewport { height: 80%; margin: 30px 160px 0px 630px; position: absolute; text-align: center; /* width: 690px;*/ width:1000px;} |
I dunno what you are trying to achieve. It's your CSS problem I think. |
Well it's a combination of a few issues. Your CSS should have a graceful degradation to initialize at the proper position (if parallax itself never initializes), but also the parallax plugin needs to properly initialize it's own "idea" of where things are located as well (which it wasn't doing until my PR). Also, it doesn't register properly if your mouse is already over it. So, I think this may be an issue that is likely resolved by my PR here (i'm going through the old issues and seeing which may already be tackled by my PR's): #89 I explained a bit further on another issue here: #69 (comment) |
Hello,
I have not found how to make the starting possition layers is centered and I can move a fair front / rear.
The xorigin options and yorigin does not seem to have any effect.
Thank you for your help.
The text was updated successfully, but these errors were encountered: