[Resolved] gb backgound image not shown in mobile

Home Forums Support [Resolved] gb backgound image not shown in mobile

Home Forums Support gb backgound image not shown in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1208175
    Heinrich

    hi team, build a page with gb (alpha 3). a container background image is not shown properly. in one mobile it is not shown, in the other extrem blurry…

    #1208267
    David
    Staff
    Customer Support

    Hi there,

    Apple iOS has a ‘bug’ with fixed background images, we’re looking at a better solution but in the meantime this CSS can be used to fix the issue:

    @media (max-width: 768px) {
        .gb-container {
            background-attachment: scroll !important;
        } 
    }
    #1208338
    Heinrich

    is working, tks

    #1208343
    David
    Staff
    Customer Support

    You’re welcome

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