I was wondering how I could go about resetting a video that was playing or paused to its original state where it isn\'t playing? I know you can pause the video, but what I reall
The easiest way I have been able to find is to reset the source of the video on the ended event so that it returns to the beginning. The other way to handle it would be to have a div with the poster image in that you swap out for the video, but this is simpler...