Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 298 Bytes

video-player.md

File metadata and controls

9 lines (7 loc) · 298 Bytes

📹 Video Player

To add a video player on your own site you can use video tag in similar fashion.

  <video controls autoplay name="media">
    <source src="https://gateway.lighthouse.storage/ipfs/QmdQN5R6F8mU4X8qZ3bUXCnCRNKCeaRZ1L2YjPKrbaEmh8" type="video/webm"/>
  </video>