Hi there,
We are experiencing problems with the Slideshow addon on iPhone when its background type is of type: video and when you embed a local video, for example some .mp4 file.
On an iPhone the video isn't playing since the video element has to have the following attributes:
autoplay
muted
Your addon does not render these attributes, but some simple <video/> element like so:
<video id="sp-video-content-01b0-4e93-b0b6-f8cc0"><source src="/somesite.com/media/videos/2023/12/18/webheader_20231208-1920x600.mp4" type="video/mp4"></video>
Do you have a solution for this? Or maybe you could update the /components/com_sppagebuilder/assets/js/js_slider.js script, since we presume it's there where you are dynamically creating the video elements + slider functionality.
Thanks!