Video.js enter fullscreen on play

前端 未结 4 937
星月不相逢
星月不相逢 2021-01-01 03:18

I\'ve been searching around for a long time but still haven\'t found a valid solution for my problem. I just cant seem to get the video player to enter fullscreen. The API d

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-01 04:02

    One easy way to solve the problem:

    document.querySelector('.vjs-big-play-button').addEventListener('click', player.requestFullscreen)
    

    Video goes full screen and the regular event of the play button causes it to start playing.

提交回复
热议问题