GemPages utilizes responsive design, ensuring that videos embedded on desktop should also function on mobile. If a video plays correctly on desktop but not on mobile, several factors could be responsible. Below are common reasons and their solutions.
Why Isn’t My Video Playing on Mobile Devices
1. Low Power Mode (Battery Saver) is Enabled
On iOS and Android devices, enabling Low Power Mode can disable autoplay for videos to conserve battery life. This restriction is particularly prevalent on iPhones, where videos may not autoplay when Low Power Mode is active.
Solution:
- iPhone: Navigate to Settings > Battery and toggle off Low Power Mode.
- Android: Go to Settings > Battery and disable Battery Saver.
2. Autoplay Restrictions:
Mobile browsers often block autoplay, especially if the video has sound. To enable autoplay:
- Ensure the video is muted.
- Use the playsinline attribute to allow inline playback.
- Set the video to autoplay.
- Avoid enabling sound if autoplay is desired, as sound can prevent autoplay on mobile devices.
3. Lazy Load Feature
If Lazy Load is enabled, it might interfere with autoplay. Consider disabling Lazy Load for the video element.
How to Ensure Video Plays on Mobile with GemPages
To make sure your video plays on mobile:
1. Enable the following options:
- Autoplay
- Muted
- Loop (if desired)
- Show control bar (optional)
2. Ensure Lazy Load is turned off.
Thank you for your comments