Tagged: fullscreen slider, fullscreen video
Hello Enfold/Kriesi Support,
I am using the FULLSCREEN SLIDER on the homepage of a site. I’ve got a single YouTube video on the slide.
We noticed the video isn’t playing with an iPad. I have a “fallback image” chosen for it, and from my research, it looks like the YouTube video won’t play on the iPad. I just want to do some due diligence and make sure there isn’t a work-around or solution.
TIA,
Greg
Hey Greg!
You can force videos to play on mobiles but this is not supported, open js/shortcodes.js and change line 683:
this.isMobile = $.avia_utilities.isMobile;
To:
this.isMobile = false;
Best regards,
Josue
OK – we’ll go with the supported call. :-)
Thanks,
Greg