Title: [Plugin: Background Manager] Background image loading never completes
Last modified: August 20, 2016

---

# [Plugin: Background Manager] Background image loading never completes

 *  Resolved [David Radovanovic](https://wordpress.org/support/users/dpaule/)
 * (@dpaule)
 * [14 years ago](https://wordpress.org/support/topic/plugin-background-manager-background-image-loading-never-completes/)
 * Seems that when viewing in Droid 2.2 the background image shows that it is loading,
   though the loading never completes. Is this process due to the small “limited
   broadband” device being used? Thanks!
 * [http://wordpress.org/extend/plugins/background-manager/](http://wordpress.org/extend/plugins/background-manager/)

Viewing 1 replies (of 1 total)

 *  Anonymous User 4048828
 * (@anonymized-4048828)
 * [14 years ago](https://wordpress.org/support/topic/plugin-background-manager-background-image-loading-never-completes/#post-2741765)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/background-manager_7c828e.svg)
 * [Background Manager](https://wordpress.org/plugins/background-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/background-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/background-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/background-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/background-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/background-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: Anonymous User 4048828
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-background-manager-background-image-loading-never-completes/#post-2741765)
 * Status: resolved