Template:Video: Difference between revisions

From British Army Nurses
Created page with "<video width="{{{width|640}}}" controls style="display:block;margin:auto"> <source src="{{{url}}}" type="video/mp4"> Your browser does not support HTML5 video. </video>"
 
No edit summary
 
Line 1: Line 1:
<html>
<video width="{{{width|640}}}" controls style="display:block;margin:auto">
<video width="{{{width|640}}}" controls style="display:block;margin:auto">
   <source src="{{{url}}}" type="video/mp4">
   <source src="{{{url}}}" type="video/mp4">
   Your browser does not support HTML5 video.
   Your browser does not support HTML5 video.
</video>
</video>
</html>

Latest revision as of 16:10, 8 May 2026

<html> <video width="640" controls style="display:block;margin:auto">

 <source src="{{{url}}}" type="video/mp4">
 Your browser does not support HTML5 video.

</video> </html>