Autoplay in a self-hosted video

vision1_
Tourist
6 0 3

Hi, so I have been using the theme Brooklyn, and I added a video through the custom HTML option. I want to make this video autoplay (as soon as the blog is opened), on loop, and not muted. I have tried searching the codes necessary for this, but nothing seems to work. So far, this is what I've written for the HTML:

<video controls="controls" style="max-width: 100%; height: auto;" autoplay="autoplay" loop="loop">
<source src="https://cdn.shopify.com/s/files/1/0377/3215/5527/files/THE_SPEAKER.mp4?v=1587820546" type="video/mp4">
</video>

The video works the way I wanted in the editor, but not when I opened the blog. Are there any solutions?

Thank you

Replies 29 (29)

KetanKumar
Shopify Partner
36843 3636 11978

Hello, @vision1_ 

Thanks for post.

Please share your site URL,
So I will check and provide a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
able36
Tourist
14 0 5

@KetanKumar 

When using this code, the video player controls appear when you hover over the video.

How can I use this so there are no video controls that appear, even if I hover over the video?

KetanKumar
Shopify Partner
36843 3636 11978

Hello, @able36 

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
able36
Tourist
14 0 5

@KetanKumar 

https://turismoracing.com/a/gempages?preview=1606025374&type=template-product&product=stanza-gaming-...

I am referring to this video, when you scroll down toward the middle of the page:

able36_0-1606066399681.png

 

KetanKumar
Shopify Partner
36843 3636 11978

@able36 

Thanks for it 

can you please try this 

https://codepen.io/adrianparr/pen/QxMvdj

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
able36
Tourist
14 0 5

@KetanKumar thanks for your help.

But the videowrapper tag causes the row to get much taller and it messed up the alignment.  Please check the URL again to see what I mean.

KetanKumar
Shopify Partner
36843 3636 11978

@able36 

Thanks for create 

yes, please add this code 

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.video-wrapper {padding-bottom: 0;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Amvilles24k
Tourist
5 0 2

image.jpg

So when using the code on theme liquid it cuts my video off & how come it won’t auto play on mobile ?  

Amvilles24k
Tourist
5 0 2

I figured the sizing out but how come it won’t auto play on mobile ?

KetanKumar
Shopify Partner
36843 3636 11978

@Amvilles24k 

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Amvilles24k
Tourist
5 0 2

Www.the7thscheme.com 

password: yiathe 

KetanKumar
Shopify Partner
36843 3636 11978

@Amvilles24k 

Thanks for it 

We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Amvilles24k
Tourist
5 0 2

I am using safari and on a iPhone 7. It works but on my end you have to press the play button for it to play. It doesn’t unto play until you press play and then it loops 

KetanKumar
Shopify Partner
36843 3636 11978

@Amvilles24k 

i have check also but it's working fine

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Amvilles24k
Tourist
5 0 2

DDF8CECD-DBA3-4101-8656-B89836C262DE.png

 this is how it looks on my end 

KetanKumar
Shopify Partner
36843 3636 11978

@Amvilles24k 

Some device auto play doesn't work 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Ninja1
Visitor
1 0 1

Hello!

 

Can you help us get this video to autoplay when the site is opened?

https://www.theslapmask.com/

 

Thank you!

KetanKumar
Shopify Partner
36843 3636 11978

@Ninja1 

Thanks for post 

can you please try this code

https://codepen.io/bengoshow/pen/JaOWxq

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ninja2
Visitor
2 0 1

That works if there is no sound but is it possible to work if the video needs to have sound?

KetanKumar
Shopify Partner
36843 3636 11978

@ninja2 

Thanks 

can you please try this code

https://codepen.io/wesbos/pen/bqEEEX

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ninja2
Visitor
2 0 1

thanks for the help, but no, that doesn't work. it is still muted. 

we need the sound to be on. 

KetanKumar
Shopify Partner
36843 3636 11978

@ninja2 

It can be done by doing some code customization. please send me a personal message and we can discuss what you'd like

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Djalil
New Member
10 0 0

Hi

 

I just tried this code and works  perfect  on Desktop, but  on Mobile the video disappear,

Well actually, there is  a size issue, the video gets too big.

just blank space.

 

Help please

Djalil
New Member
10 0 0

<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='
frameborder='0' allowfullscreen></iframe></div><div class="video-wrapper">

Djalil
New Member
10 0 0

With this  code the size is respected but won't  loop and only autplay on mobile, not desktop.

 

Djalil
New Member
10 0 0

Denis_A
Shopify Partner
289 39 52

Hi @vision1_ 

Try to use this code

<video style="max-width: 100%; height: auto;" controls muted playsinline autoplay loop>
<source src="https://cdn.shopify.com/s/files/1/0377/3215/5527/files/THE_SPEAKER.mp4?v=1587820546" type="video/mp4">
</video>
Get help with your Shopify store that you are looking for.
Shoot me an email: denis@thewebave.com
https://thewebave.com/
vision1_
Tourist
6 0 3

Hello! Yes, the code works in terms of making the video go on loop and autoplay. However, it also mutes the video.

hlyarndt
New Member
4 0 0

Hi – so happy I found this code! It works perfectly except I'd like to take the controls completely off. No play, pause, expand - none of those buttons even when you hover over the video. Could you please advise how to make that work with the code you listed?