Site logo

Archived topic

gb backgound image not shown in mobile

3 replies · Started by Heinrich on March 24, 2020

Viewing posts 1–4 of 4

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...

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;
    } 
}

is working, tks

You're welcome

This archived topic is closed to new replies.