Hi,
When visiting a page with Vimeo video background, it wont load (URL attached)
It is NOT because of Google policy, because this site’s video header works perfectly in my device:
https://www.aerserv.com/
I added a “?muted=1” to the Viemo URL but it did not work.
It seems the different is that Enfolds uses an Iframe, while the site in my example using the <video muted…> tag.
How can I solve this problem and autoplay the video in mobile without using gif or hiding the video.
Thanks
Hey royhiz,
Thank you for using Enfold.
The video loads when I checked it on Chrome Windows 7. Where are you testing it?
// https://imgur.com/a/eCJHTqd
Best regards,
Ismael
Thanks,
I solved it by using Rev-slider instead of the theme’s default.
Please note that there was an error when I used vimeo video inside the revslider in:
wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js?ver=4.9.8
in line 755 “var value = data.value” data were NULL.
I added:
if ( data == null ) return false;
To solve the problem.