I am tring to embeed a bg video full page with autoplay function and forever looping- it also needs to be responsive.
*Before starting I’d like to know how to access the HTML embed code editor once you click on another element. I double clicked, right clicked but can’t work out how to get the editor back to change the code… maybe is super dumb but can’t figure it out
**Also, is there any functional, practical difference when embedding a video from Vimeo, Youtube, Dropbox or personal server?
Back to embedding video troubleshooting, what I have done:
1- I have upload a sample video to dropbox. Here is the link:
It goes on the setting tab, the one with the gear icon.
Vimeo and youtube are easy to embed with the video widget provided by webflow. They will also behave autimatically, serving the video in the best way considering the bandwidth. But you can’t autoply them on mobile among other minor downside. They’re great because so quick to setup.
Dropbox or server hosted HTML video will require 3 to 5 video files with different formats and compression, plus a poster image, plus a well crafted code. But you can use them on loop and as backgrounds, and get more control over what happens on mobile devices.
oh yes it does, it may be mine own advice
because:
No, it’s not the link to the video, it’s the link to a page on dropbox with a video player playing the video. Follow the advice to alter the url and domain to get the real link to the video.``
Please add http:// in front of any URL you use when doing web development, javascript etc… this will spare you many problems (: For instance it will make your video play:
Dropbox tells you how to share a file, not how to hotlink a file. They want you to link to their own readers and players, not hotlink the files per se. However, hotlinking is possible and works quite very well.