Title: mastercapture's Replies | WordPress.org

---

# mastercapture

  [  ](https://wordpress.org/support/users/mastercapture/)

 *   [Profile](https://wordpress.org/support/users/mastercapture/)
 *   [Topics Started](https://wordpress.org/support/users/mastercapture/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mastercapture/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mastercapture/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mastercapture/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mastercapture/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mastercapture/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mb.YTPlayer for background videos] Video shows up instead of image on mobile devices](https://wordpress.org/support/topic/video-shows-up-instead-of-image-on-mobile-devices/)
 *  Thread Starter [mastercapture](https://wordpress.org/support/users/mastercapture/)
 * (@mastercapture)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/video-shows-up-instead-of-image-on-mobile-devices/#post-6945842)
 * Ok I seemed to have fixed it so if anyone has a similar issue you can try and
   add the following code in your custom css:
 *     ```
       @media screen and (max-width: 960px)
       {
           #ml-background-video-wrapper { display : none; }
       }
       ```
   
 * Make sure to change #ml-background-video-wrapper to whatever your div ID is. 
   Not sure why it was working before without specifying the screen size. :-/

Viewing 1 replies (of 1 total)