Reputation: 2649
I've got a Youtube video embedded on my webpage and there's a link below the video which brings up a JavaScript lightbox.
When the lightbox appears, it appears over the lightbox.
Any idea why this is?
The iframe has wmode="transparent" in the parameters which I thought would solve the issue.
Upvotes: 3
Views: 1635
Reputation: 207521
Did you try and add wmode="transparent"
to the embed and not just the iframe?
Upvotes: 3