Title: Wrong layer
Last modified: August 21, 2016

---

# Wrong layer

 *  Resolved [igreenleigh](https://wordpress.org/support/users/igreenleigh/)
 * (@igreenleigh)
 * [13 years ago](https://wordpress.org/support/topic/wrong-layer/)
 * When I use the shortcode on a page or post, I get the video in fullscreen, blocking
   the content. In other words, it completely overlays and does not allow access
   to the post or page content. See example [here](http://daretocomment.com/testforwpmbytplayer/).
 * Thanks- really excited about the potential for this plugin!
 * [http://wordpress.org/extend/plugins/wpmbytplayer/](http://wordpress.org/extend/plugins/wpmbytplayer/)

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

 *  Plugin Author [pupunzi](https://wordpress.org/support/users/pupunzi/)
 * (@pupunzi)
 * [13 years ago](https://wordpress.org/support/topic/wrong-layer/#post-3774168)
 * In your CSS file you have a property that is conflicting with the component behaviour:
 * #fondo {
    background-image: url(“../images/fondo.png”); background-position: 
   center top; background-repeat: no-repeat; ** z-index: -100 !important;** }
 * If you remove the z-index propery or set it to 0 then it works as it should.
   
   The video player has a z-index of 0 and is the first element in the DOM tree,
   so it should be placed on the back of the other elements. But if you have any
   element in the page with a negative z-index, this element will be placed behind
   the player.
 * Hope this helps you,
    Bye, Matteo
 *  Thread Starter [igreenleigh](https://wordpress.org/support/users/igreenleigh/)
 * (@igreenleigh)
 * [13 years ago](https://wordpress.org/support/topic/wrong-layer/#post-3774201)
 * That worked, thank you so much!

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

The topic ‘Wrong layer’ is closed to new replies.

 * ![](https://ps.w.org/wpmbytplayer/assets/icon.svg?rev=1544312)
 * [mb.YTPlayer for background videos](https://wordpress.org/plugins/wpmbytplayer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpmbytplayer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpmbytplayer/)
 * [Active Topics](https://wordpress.org/support/plugin/wpmbytplayer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpmbytplayer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpmbytplayer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [igreenleigh](https://wordpress.org/support/users/igreenleigh/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/wrong-layer/#post-3774201)
 * Status: resolved