the problem is in my hero section.
when I click on the logo I see the video but when I refresh my site the video are gone…what is the problem?
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
the problem is in my hero section.
when I click on the logo I see the video but when I refresh my site the video are gone…what is the problem?
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Hi Aviad_Chai,
Change your video link from http to https, and I think that will solve your issue. Let me know.
still dosnt work :confused
Hmm, okay. That was related to an error I was seeing in the console, so thought it was worth a shot. I’ve transplanted your custom code to a test project of mine and it does work, but I did make one change, and I apologize if I didn’t notice earlier. You should close your <video>
tag by adding </video>
at the end. Also, I’m not sure if this matters, but your poster image links to a 404. Try either uploading this image or just removing the poster attribute altogether for now.
Have you considered just using Webflow’s background video element for this instead of hosting somewhere else?
in webflow I have limit for the video so I tryed somthing else… still I donsnt fix it, this is what I write:
I don’t see anything in your post. Make sure you’re wrapping any code in code tags. Just highlight it and click this button
<video> autoplay loop style="min-width:20%; min-height:20%;"/>
<source src="https://dl.dropbox.com/s/fz5ns9in00zwkze/mainvideo.mp4?dl=04"/>
</video>
Thanks. Here’s what it should look like:
<video autoplay loop style="min-width:20%; min-height:20%;">
<source src="https://dl.dropbox.com/s/fz5ns9in00zwkze/mainvideo.mp4?dl=04">
</video>
/>
is closing your source tag, which while isn’t harmful as far as I know, it’s not necessary. You also had this at the end of the <video>
tag, which closes it before it can even see the <source>
. In addition, you had a >
after <video
which means it’s ignoring all of your parameters. Try the code as I have it laid out here and see if it helps.
First of all thanks for the help! When you refresh the page it turns black … something strange I will try to shrink the video and upload it directly to WebFlow