Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1228126

    Hi,
    I have a full screen slider on the landing page that looks fine on desktops and mobile emulators (like Google dev tools) but in real life, on ipads and mobiles etc the background image doesn’t resize. I can’t figure out why, can you help?

    Thank you

    #1229194

    Hey simplicityltd,

    Thank you for the inquiry.

    This is probably an issue with fixed backgrounds as described in the following thread.

    // https://kriesi.at/support/topic/ipad-and-mobile-images-not-appearing-as-background-in-row-grids/#post-1225784

    To fix the issue, please try this code in the Quick CSS field or the child theme’s style.css file.

    @media only screen and (max-width: 1366px) {
        .avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"] > ul > li {
            background-attachment: scroll !important;
        }
    }

    Best regards,
    Ismael

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