video html plein écran
<html>
<body>
<video controls allowfulscreen>
<source src="video source here" type="format of video here">
</video>
</body>
</html>
Thomas coder
<html>
<body>
<video controls allowfulscreen>
<source src="video source here" type="format of video here">
</video>
</body>
</html>