set the video to autoplay and loop ?

set the video to autoplay and loop ?

Havana2024
Excursionist
71 0 6
Hello
 
 I want to set the video to autoplay or loop.
 

S__38248522.jpg

Replies 5 (5)

Shadab_dev
Shopify Partner
1411 72 153

Will need the password, its password protected.

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.
Havana2024
Excursionist
71 0 6

Please check the following before it is published.

19964f-7b.myshopify.com

password: aolyia

Thank you

Shadab_dev
Shopify Partner
1411 72 153

if you have access to the video tag on the page which i am almost sure you do, just replace the video tag with this

 

 

<video controls="controls" style="max-width: 100%; height: auto;" autoplay="true" loop="true">
<source src="https://cdn.shopify.com/videos/c/o/v/9ee69d233f374443967b926e418e830c.mp4" type="video/mp4"></video>

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.
Havana2024
Excursionist
71 0 6

Thankyou!!

 

⑴Can it also be adapted for mobile use?

⑵Also, I would like to make it full-width when using a PC, is that possible?

Shadab_dev
Shopify Partner
1411 72 153

Yeah it is. That is what I do as a profession. 

 

For mobile videos do not work from the tag attributes, so javascript is required to implement autoplay for mobile. 

 

And for full width a bit of css would do.

 

Please reach out via personal links below for a convenient conversation and collaboration.

 

Best

Shadab

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.