0

What is the video code?

Please leave it in the comment section

13th Oct 2018, 3:10 PM
Owen Ruzanski
Owen Ruzanski - avatar
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>
13th Oct 2018, 4:21 PM
Roman Bive
Roman Bive - avatar