Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1149639

    Hello!

    I have a problem using color sections with background-images set to fixed.
    It looks like ios devices seem to have a general problem with this type of background-images.

    But: it displays correctly on all ios devices that i have tested, except the ipad7 (new).
    On ipad7 the background-images are displayed very very huge.

    Did you implement a workaround into the theme for fixed background images and this workaround does not address ipad7?
    Seems strange.

    Thanks

    #1149700

    Hey tricon23,

    Could you post a link to the site where you are having this problem so that we can have a closer look please?

    Best regards,
    Rikard

    #1149725

    sure,
    latest wordpress,
    latest enfold,
    minimal setup for testing the issue

    #1149772

    Hi tricon23,

    Please have a look at the following links:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1150340

    Thanks for the inspiration. Based on this I was able to find a working solution.
    Maybe it will be helpful for others:

    /* iPad Portrait */
    @media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .avia-section {
    background-attachment: scroll !important;
    }
    }

    /* iPad Landscape */
    @media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .avia-section {
    background-attachment: scroll !important;
    }
    }

    #1150425

    Hi,

    Great, I’m glad that you found a solution and thanks for sharing it. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1150562

    Close it – thanks

    #1150686

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘background-attachment: fixed on iPad 7’ is closed to new replies.