[Support request] Fixed background issue IOS

Home Forums Support [Support request] Fixed background issue IOS

Home Forums Support Fixed background issue IOS

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1505980
    Jesús

    Hello,

    I use Generate press premium with Generate Block. When I use a background image in a generate block container it looks very big and without fixed property so I can´t create a parallax effect.

    Any idea to resolve this issue? Thanks.

    #1506158
    David
    Staff
    Customer Support

    Hi there,

    Mobile devices won’t support fixed background images.
    You can add this CSS to disable them so the image shows correctly on smaller devices:

    @media(max-width: 769px) {
        .gb-container {
            background-attachment: initial !important;
        }
    }
    #1506159
    David
    Staff
    Customer Support

    Hi there,

    Mobile devices won’t support fixed background images.
    You can add this CSS to disable them so the image shows correctly on smaller devices:

    @media(max-width: 769px) {
        .gb-container {
            background-attachment: initial !important;
        }
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.