How Can I Present Information On Top Of A Full Screened Youtube Video Embedded On My Webpage?
I am developing a web application where I have a youtube video player embedded in one of my web pages. I am trying to present extra information on top of the playing video (on full
Solution 1:
Add ?wmode=opaque
to the end of the url to enable the use of z-index
. Then use z-index
in your CSS to layer your styles accordingly.
Post a Comment for "How Can I Present Information On Top Of A Full Screened Youtube Video Embedded On My Webpage?"