Title: Fallback images not working
Last modified: September 27, 2017

---

# Fallback images not working

 *  Resolved [cuniomk](https://wordpress.org/support/users/cuniomk/)
 * (@cuniomk)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/fallback-images-not-working/)
 * Hi there,
 * we just launched our website when we noticed that we cannot update the plugin
   to the new version as it will break the fallback images that we specify on pages
   without video backgrounds.
 * Please advise!
 * Thanks,
    Martin

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [pushlabs](https://wordpress.org/support/users/pushlabs/)
 * (@pushlabs)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/fallback-images-not-working/#post-9536175)
 * Hi Cuniomk,
 * Thanks for using Video Background!
 * Thanks for bringing this to attention. I didn’t realize people may use Video 
   Background for this functionality. I’ve send an update, 2.6.3, that addresses
   this.
 * This will resolve the issue with fallback images when no video links are supplied.
 * Please let me know how it works for you!
 * Blake
 *  Thread Starter [cuniomk](https://wordpress.org/support/users/cuniomk/)
 * (@cuniomk)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/fallback-images-not-working/#post-9538948)
 * Hi Blake,
 * thanks a lot for the quick response!
 * The fallback images now work but unfortunately images and videos now cover the
   screen texts.
 * You can compare using following URLs
    video: [https://beta.cunio.de/en/home/](https://beta.cunio.de/en/home/)(
   version 2.6.3) image: [https://beta.cunio.de/en/about/](https://beta.cunio.de/en/about/)
 * video: [https://www.cunio.de/en/home/](https://www.cunio.de/en/home/) (version
   2.5.8)
    image: [https://www.cunio.de/en/about/](https://www.cunio.de/en/about/)
 * Thanks,
    Martin
    -  This reply was modified 8 years, 7 months ago by [cuniomk](https://wordpress.org/support/users/cuniomk/).
 *  Plugin Author [pushlabs](https://wordpress.org/support/users/pushlabs/)
 * (@pushlabs)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/fallback-images-not-working/#post-9540372)
 * Hi Cuniomk,
 * Thanks for the URLs!
 * This is due to lines 39-41 in your child theme’s style.css:
 *     ```
       .vidbg-container {
           z-index: 1;
       }
       ```
   
 * Setting Video Background’s z-index to 1 will hide all content inside of the container.
   This is a theme related issue. Removing this code block should do the trick for
   you.
 * This was likely caused due to CSS being moved to a stylesheet in 2.6.0 rather
   than being added inline through jQuery, and as a result, is taking precedence
   differently.
 * Blake
    -  This reply was modified 8 years, 7 months ago by [pushlabs](https://wordpress.org/support/users/pushlabs/).
 *  Thread Starter [cuniomk](https://wordpress.org/support/users/cuniomk/)
 * (@cuniomk)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/fallback-images-not-working/#post-9541385)
 * Wow, that did it!
 * Thanks and have a nice weekend!
    Martin

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fallback images not working’ is closed to new replies.

 * ![](https://ps.w.org/video-background/assets/icon-256x256.png?rev=2774411)
 * [Video Background](https://wordpress.org/plugins/video-background/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/video-background/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/video-background/)
 * [Active Topics](https://wordpress.org/support/plugin/video-background/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/video-background/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/video-background/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [cuniomk](https://wordpress.org/support/users/cuniomk/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/fallback-images-not-working/#post-9541385)
 * Status: resolved