HI guys, I am using a custom liquid on my home page that should auto play on desktop and mobile and it wont play on mobile. I have converted to mov file. Also it would be great if there was a fucntion for it to be automuted but then you can opt to play the sound as well.
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
There are a few things you can try to troubleshoot why your custom liquid video is not playing on mobile:
Check the format of your video: While you mentioned that you have converted your video to a .mov file, it is possible that the mobile browser is not compatible with this format. Try converting your video to a more widely supported format, such as MP4.
Add the “muted” attribute to your video tag: To have your video autoplay but remain muted by default, add the “muted” attribute to your video tag. You can then add a button or toggle switch for users to turn the sound on if they wish.
Ensure your mobile browser supports autoplay: Some mobile browsers do not support autoplaying of videos due to data and battery concerns. You can test this by trying to play the video on a different mobile browser or device.
Here’s an updated video tag with the “muted” attribute added: