Archived topic
Adjust position of Parralax
1 reply · Started by Paddy Cannon on February 6, 2017
Viewing posts 1–2 of 2
Is there a way to shift the position of an image for the parallax effect, for example vertically to reveal more of the bottom of an image?
Hmm not currently. The parallax effect moves from the top to the bottom of the element.
What you could do is get rid of the movement and just make the image fixed:
.parallax-enabled {
background-position: center bottom !important;
background-attachment: fixed;
}
This archived topic is closed to new replies.