Hi there
I previously had an video embedded on the site to auto play on Desktop and Tablet. Did this through using HTML component:
- Adding a Background Video component, then use the s3.amazon link that WebFlow generated for my HTML code.
- Hide the Background Video
- HTML component code
<video autoplay loop muted style="max-width: 100%; max-height: 100%; display: block; overflow: hidden; border-radius: 1px;"> <source src="https://s3.amazonaws.com/webflow-prod-assets/5c182f30d07234bb8d958aa5/5d34253f6b1d5c5b531f3f94_Inviited%20Create%20Meeting%20Demo%20-%20with%20Music%20-%20540p.mp4" type="video/mp4"> </video>
The hidden background video:
This worked fine till I uploaded a new video to replace the old today (i.e. and generated a new Webflow / S3.Amazon URL). Now it:
- show up on Webflow Designer & Preview
- But not in our Staging site: inviited.webflow.io
I’m not sure if it’ll be resolved if we publish to Production site. So thought best to fix it before I publish.
On Designer & Preview:
On Staging site:
Any idea why this is?
Thanks!
Johnathan