html5 video redisplay poster image onMouseOut

前端 未结 5 655
我寻月下人不归
我寻月下人不归 2021-01-06 03:22

How can I \'stop\' a html5 video playback, and revert to poster image? Until this.play() is called, the poster image is showing properly.

My code:

5条回答
  •  Happy的楠姐
    2021-01-06 04:06

    You can use:

        
    

    That will not really stop your video, it will reload the whole document. The "Poster Frame" will be shown.

    Richie

    P.S. I'm from Germany. Sorry if my English is bad. But I think, my JavaScript is OK :-)

提交回复
热议问题