Hi i want that the same Video is showing in desktop on mobile too how can i make this i read in support remove some code from Js shortcode.js but i dindt find the code
and i dont want a fallback image i want the same video in mobile with same buttons
Hey torstenhalm,
Autoplay videos are disabled on OSX devices, I think your best option would be to use the regular Video element for mobile devices, or add a fallback image to the section in question.
Best regards,
Rikard
Is there no way to modify the code to allow this to happen?
It obviously works with other pages on iOS as there are plenty of sites out there with this effect.
Hi,
Thank you for the update.
You can disable the fallback image, but we are not sure if the video will actually play because browsers tend to disable autoplay on mobile devices. Please edit the enfold\config-templatebuilder\avia-shortcodes\slideshow\slideshow.js and look for this code around line 19:
this._prepareSlides(options);
You can comment it out or remove it completely.
// this._prepareSlides(options);
Don’t forget to toggle the Performance > File Compression settings if it’s enabled.
Best regards,
Ismael