You're trying to use a Dropbox-hosted video as a background in Webflow, but your outdated Safari 9 browser is causing compatibility issues. Here's how to properly upload, convert, and use a Dropbox-hosted video as a background in Webflow.
.mp4
file).https://www.dropbox.com/s/abc1234xyz/video.mp4?dl=0
www.dropbox.com
part with dl.dropboxusercontent.com
?dl=0
)https://dl.dropboxusercontent.com/s/abc1234xyz/video.mp4
Because Webflow’s native Background Video element does not accept external URLs, you’ll need to use a custom HTML embed instead.
Drag an Embed element from the Add panel to your desired section.
Paste this inside the Embed block (using inline editing, not raw HTML blocks):
`
Set the parent div’s position to relative and the video’s position to absolute, full width/height, and navigation layers on top for layout control.
playsinline
and loop
attributes as shown above.z-index
to Position Other Content On Topz-index: 0
.z-index
and be in a relative
or absolute
container above the video.To use a Dropbox video as a web page background in Webflow, you must create a direct download link from Dropbox and use a custom embed with a <video>
tag, since Webflow’s built-in background video element doesn’t support external URLs. Ensure your video is in MP4/H.264, muted, and coded for autoplay compatibility with older browsers like Safari 9.