I am unable to make my video autoplay anyway to do this? My website is Lexxyy.com
Topic summary
A user is trying to enable autoplay for a video on their Shopify store (Lexxyy.com) but hasn’t been successful.
Solution Provided:
Another user recommended adding specific HTML attributes to the video tag:
autoplay- starts video automaticallymuted- required for autoplay in most browsersloop- continuous playbackplaysinline- prevents fullscreen on iOS
Additional requirements include using HTTPS and MP4 format for compatibility.
Current Status:
The original poster is now asking for guidance on where to implement this code within the Dawn theme (version 15). The discussion remains open as implementation details are being worked out.
Hi @leoking ,
The best solution for autoplaying a video :
Place below tag in Video tag :-
Note:
- autoplay: starts the video automatically
- muted: required for autoplay to work in most browsers
- loop: keeps it playing continuously
- playsinline: needed for iOS mobile playback without fullscreen
- Make sure your site is using HTTPS and the video is in MP4 format for best compatibility.
After applying if this works , please test once on all devices and search engines .
Thanks !
Hey thanks for the answer, can you help me find where I put this coding in on dawn theme version 15
