djv5010
(Dan)
October 14, 2022, 5:56pm
1
I’m trying to create a dynamic background video for the top of my page but I don’t want youtube or vimeo titles/controls overlaid, so I’ve created a div and used the following custom HTML within that div:
<video playsinline autoplay muted loop width="100%">
<source src="my/personally/hosted/video/location" type="video/mp4">
</video>
And everything looks totally fine in preview mode. But once I publish, the background video is empty on Chrome and Safari. Suggestions?
Here is my site Read-Only: LINK
(how to share your site Read-Only link )
1 Like
webdev
(Jeff Selser)
October 14, 2022, 6:56pm
2
Please review this topics posting guidelines and update your post (missing published link).
Get help with custom code, embed code, and other integrations.
Code Help Category
Get help with custom code, embed code, and other integrations.
When posting please:
Share your project’s Read-Only link AND live site’s Published link
The read-only link is a special url generated in the Dashboard to allow others to view your project in the Webflow Designer. How to get your project’s read-only link?
The published link is the webflow.io subdomain where you can view the live site with cu…
Same exact issue here, anyone?