Close the iOS video player with jQuery Posted on 10/01/2022 by Mark $('video').get(0).webkitExitFullscreen(); An example when you could use this is when the video has ended to automatically close the video player and go back to the website.