<video>
tag.<source src="URL">
in the HTML file if needed to reflect the correct video location.If you're not using Webflow hosting, your background video file is not hosted by Webflow, and you'll need to locate the video source manually. Webflow does not provide a file manager for self-hosted sites, so the background video link must be hosted externally. Here’s how to find or update the background video’s HTML reference:
index.html
or a page-specific file).<video autoplay loop muted playsinline>
<source src="..." type="video/mp4">
) should be pointing to an external link or relative file path.<source src="URL"
with the new hosting location.If you’re not using Webflow hosting and there is no documents
folder, your background video must be hosted externally. Locate the video tag in the exported HTML file, check the source attribute, and ensure the file is uploaded or linked correctly from an external location.