0
What is the video code?
Please leave it in the comment section
1 Antwort
0
Here's an example:
<video width="..." height="..." controls>
<source src="video.mp4" type="video/mp4">
<source src="audio.ogg" type="video/ogg">
And here is the comment if your browser does not support it.
</video>