What's your biggest current challenge? Have your say in Community Polls along the right column.

How do I make my videos autoplay on my site upon loading?

How do I make my videos autoplay on my site upon loading?

EthanOSHOP
Explorer
71 0 14

Image 23-01-2024 at 19.32.jpeg

Replies 6 (6)

Liquid_xPert_SJ
Shopify Partner
1273 137 183

Hi @EthanOSHOP welcome to the Shopify Communiyt,

Please confirm if you are using Youtube vidoe or self hosted video? 

1- if you are using youtube video please pass these parameters into your video URL " ?autoplay=1&mute=1&enablejsapi=1" at the end.

2- if you are using self hosted url you need to follow this 

 

<video width="440px" loop="true" autoplay="autoplay" controls muted>

example below

<video width="440px" loop="true" autoplay="autoplay" controls muted>
  <source src="yourvideo/CorporateVideo.mp4" type="video/mp4" />
  <source src="yourvideo/CorporateVideo.ogv" type="video/ogv" />
  <source src="yourvideo/CorporateVideo.webm" type="video/webm" />
</video>

 

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
EthanOSHOP
Explorer
71 0 14

I am using a self hosted one

Where do I put this code?

Danishshopdev
Shopify Partner
163 17 20

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

 

banned
EthanOSHOP
Explorer
71 0 14

wintheoryco.com

There is no password

Danishshopdev
Shopify Partner
163 17 20

can you share the source of the video?

banned