Image over a video (html5)

后端 未结 5 383
感情败类
感情败类 2021-01-12 23:42

I\'m trying to display an image over a video (html5). If I put an instead of the video ... it works but when I put a the video is over the image :/ What could I do ?

5条回答
  •  Happy的楠姐
    2021-01-13 00:02

    The poster attribute specifies an image to be shown while the video is downloading, or until the user hits the play button. If this is not included, the first frame of the video will be used instead.

提交回复
热议问题