HTML5 video: possible to place regular html content over video

后端 未结 4 1518
星月不相逢
星月不相逢 2021-01-02 07:35

Just wondering if anyone knows any tricks to getting regular html content (mainly an img tag) to display on top of a video (via the video tag)?

4条回答
  •  庸人自扰
    2021-01-02 08:19

    Why not use the poster attribute? That way you can display an image until the video is loaded or play.

提交回复
热议问题