Zoomed photos with fancybox appear behind embedded videos that are on the same post (no fancybox used on videos).
Changing z-index of the overlay does nothing.
Anyone with the same problem found a solution?
Thanks in advance
Zoomed photos with fancybox appear behind embedded videos that are on the same post (no fancybox used on videos).
Changing z-index of the overlay does nothing.
Anyone with the same problem found a solution?
Thanks in advance
We have the same problem using Soundcloud embedded player - it is always on top of the the FancyBox images... Tested on Windows Chrome and Internet Explorer.
Visit http://www.goforgold.dk/2011/05/in-transition/
I also tried setting the z-index'es of the fancybox to very high levels, without any changes.
I got a response from fancybox googlegroup with a possible solution but i cannot try it since i post in my blog and the same time the same post gets posted in my forum. This is what they told me. It might help you.
Flash objects need wmode parameter. Preferably give it:
<param name="wmode" value="opaque"></param>
and:
<embed ... wmode="opaque" ...></embed>
Or you can use the NEW embed code for youtube videos with an iframe :)
Thanks!
The solution with wmode works perfectly for the Soundcloud player on our site. : )
This topic has been closed to new replies.