"restart html video with javascript" Code Answer

1

you can use currenttime property as follow

var vid = document.getelementbyid("myvideo");
vid.currenttime = 0;
By gauguerilla on September 28 2022
Only authorized users can answer the Search term. Please sign in first, or register a free account.