open to uc, then use this direct video URL in an Embed element on Webflow with the appropriate HTML code for an embedded video.Embedding a .mp4 video from Google Drive onto a Webflow website is possible but involves a few specific steps to ensure smooth functionality. Here's how you can do it:
open in the URL with uc to get the direct video link. For example, from https://drive.google.com/open?id=abcd to https://drive.google.com/uc?id=abcd.
DIRECTVIDEOURL with your Google Drive direct video URL: ```html
<video width="100%" height="auto" controls>
<source src="DIRECTVIDEOURL" type="video/mp4">
Your browser does not support the video tag.
</video>
```
By following these steps, you can successfully embed an .mp4 video from Google Drive into your Webflow site without using platforms like YouTube or Vimeo. Ensure to adjust share settings in Google Drive and transform the URL to serve the video directly within your Webflow project.