Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • dnx Friend
    #1038341

    When viewing my site, the fixed image is super zoomed on iOS iPhone and iPad.

    dnx Friend
    #1038343
    This reply has been marked as private.
    Saguaros Moderator
    #1038663
    This reply has been marked as private.
    dnx Friend
    #1038672
    This reply has been marked as private.
    dnx Friend
    #1038675

    As with many of the bugs in your system, I’ve had to add CSS to resolve the issues.

    I’ve added CSS that has fixed the problem, you may want to integrate into your code, as looking at your code, the css is hardcoded into the div.

    @media only screen
    and (min-device-width : 375px)
    and (max-device-width : 667px) {
    div.bg-overlay.bg-attachment-fixed, div.bg-overlay {
    background-attachment: scroll !important;
    background-size: auto !important;
    }
    }

    Saguaros Moderator
    #1038932

    I will pass to the team, if the issue persists, the team will update it.

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Saguaros 6 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum