Exiting Fullscreen With The HTML5 Video Tag

后端 未结 3 1413
小蘑菇
小蘑菇 2020-12-28 10:50

I\'m trying to get the video to exit fullscreen at the end of the video but it won\'t. I searched and found ways to do this but for the life of me I can\'t get it to work. I

3条回答
  •  眼角桃花
    2020-12-28 11:31

    Thank you cbaigorri, it did work wonderfully to use .webkitExitFullscreen();

    I used the following to exit fullscreen when the video is done playing:

    
    
    
    

提交回复
热议问题