[Support request] Adjust position of Parralax

Home Forums Support [Support request] Adjust position of Parralax

Home Forums Support Adjust position of Parralax

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #275044
    Paddy Cannon

    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?

    #275186
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.