Overlay on HTML5 Fullscreen Video
问题 I want to add overlay hotspots on a html5 video which will help me give info about that video. I was able to successfully add it on HTML5 Video's normal mode. But, when i change the video mode to fullscreen, it disappears. Want someone to help me please!!!. 回答1: The best way to do this is to have a <div> containing the <video> and your hotspots, and request fullscreen on the containing <div>. I implemented the fullscreen and (parts of the) <video> APIs in Firefox. This z-index hack isn't the