How to make my video autoplay

How to make my video autoplay

leoking
Explorer
97 0 12

IMG_1060.png

I am unable to make my video autoplay anyway to do this? My website is Lexxyy.com

Replies 2 (2)

StevenT_A7
Explorer
156 13 17

Hi @leoking , 

 

The best solution for autoplaying a video :

 

Place below tag in Video tag :- 

 

<video autoplay muted loop playsinline>
<source src="your-video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

 

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 ! 

Steven Taylor
302-260-8345
leoking
Explorer
97 0 12

Hey thanks for the answer, can you help me find where I put this coding in on dawn theme version 15