Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html video fullscreen

<html>
<body>

<video controls allowfulscreen>
  <source src="video source here" type="format of video here">
</video>

</body>
</html>
 
PREVIOUS NEXT
Tagged: #html #video #fullscreen
ADD COMMENT
Topic
Name
1+8 =