Thursday, September 11, 2014

YouTube iframe showing over image or lightbox

This is just a small fix that luckily didn't take very long for me. I added the parameter wmode=opaque to the url in the iframe, for example, www.example.com?wmode=opaque or www.example.com?list=something&wmode=opaque.
The other alternative is wmode=transparent if the above example does not work.

No comments:

Post a Comment