Add google drive as a source of video

Host the files on google drive, and using the share link to add video files

  • Chico Liu
  • Sep 16 2022
  • Aaron Davies commented
    November 09, 2022 04:22

    You can do this by either embedding with an iframe Google drive (screenshot attached)or adding a small bit of code


    <video class="gdriveVideo" preload="auto" width="100%" height="Auto" controls>

    <source src="https://drive.google.com/uc?export=download&id=YOUR-VIDEO-ID-HERE" type='video/mp4'>

    </video>