Skip to main content
This topic has been closed for replies.
Correct answer Jon Fritz

There's no way to modify video controls within the .mp4 itself.

If you embed the video into an html page using the <video> tag, you can use javascript, html, css and images to create your own set of controls if you like. Doing a search for "cusom <video> tag controls" in google should bring up a ton of various tutorials.

1 reply

Jon Fritz
Community Expert
Jon FritzCommunity ExpertCorrect answer
Community Expert
January 27, 2020

There's no way to modify video controls within the .mp4 itself.

If you embed the video into an html page using the <video> tag, you can use javascript, html, css and images to create your own set of controls if you like. Doing a search for "cusom <video> tag controls" in google should bring up a ton of various tutorials.

Roatan Bob
Inspiring
January 27, 2020

Perfect this satisfies my quesion...