Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #674329

    Hi,

    I am struggling with parallax – I am trying to apply this feature to an image.

    I have:

    (1) Added a Colour Section
    (2) Added the image to as a “Custom Background Image” to the Colour section
    (3) Selected Parallax / Center Center / No repeat

    You can see what the result of this is – http://v2.robianglobal.com/products-services-2/

    This is nearly what I want, however, the issue is that the image at the top of the page isn’t “constrained” within the colour section like the rest of the colour sections below?

    If I change the “Background Attachment” option to Fixed or Scroll, the image is constrained (however, no parallax :( ) – …. e.g. http://v2.robianglobal.com/wp-content/uploads/2016/08/exmaple.png

    Thanks

    Scot

    #676114

    Hey scotryan,

    Thank you for using Enfold.

    It is not constrained because of the aspect ratio. We can set the background size property to 100% but it will slightly distort the image.

    .avia-full-stretch {
        background-size: 100% 100% !important;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.