Viewing 1 replies (of 1 total)
  • Anonymous User 4048828

    (@anonymized-4048828)

    I haven’t encountered this, but it could well be due to bandwidth limitations. A possible work-around would be by preventing the background image from being displayed at all on small devices. You could accomplish this with a bit of custom CSS (in the “Custom Stylesheet” box) of the Image Set:

    @media (max-width: 767px) {
        .myatu_bgm_fs { display: none !important; }
        .myatu_bgm_info_blk { display: none !important; }
    }

    Unless the image is cached, most browsers (Chrome, Opera Mini) will not download the image in this case. You can adjust the max-width to other sizes if you wish, ie., mobile phones something like 480px or less.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Background Manager] Background image loading never completes’ is closed to new replies.