Hi guys,
I’m using the background video option in the color section. I entered the Vimeo URL in the field so that’s how it’s pulling in the video. Overall it works pretty well but it takes a few seconds to load and also shows a pause button (which doesn’t do anything) at the beginning of the video. The button goes away after a little while but it would be great if I could remove it. Is this an Enfold addition or is it because I’m using Vimeo?
Is there a better / faster way I should be doing it other than a Vimeo link?
I’m open to any suggestions you have for how to host the video or make changes to the way I’m bringing it in to improve performance. Thx!!
BP
Hey Mudfish488,
Thank you for using Enfold.
Where did you add the color section with the video background? The videos’ load time will depend on how fast the users’ connection is.
Remove the video controls with the following css code:
.avia_playpause_icon {
display: none !important;
}
Best regards,
Ismael
Thanks. It’s on the home page at the very top. I included the link in the private section and included it here as well. It only shows up on displays wider than 900 px so if you’re viewing on a mobile device, it won’t show.
FYI – I tried the pause button code and that didn’t work. I think it might be a vimeo thing. Any other hosting suggestions?
Hi,
FYI – I tried the pause button code and that didn’t work. I think it might be a vimeo thing. Any other hosting suggestions?
It’s working when I checked the page. Please remove browser cache or hard refresh the page. The video loads under a few seconds which is normal.
Best regards,
Ismael