Autoplay Video on Homepage for Sense Theme

Autoplay Video on Homepage for Sense Theme

HumDrum_Skin
Visitor
1 0 0

I would like some help to autoplay a video the features on my home page for the sense theme. The video is shopify hosted. 

 

I already have this custom CSS below from a style perspective just and FYI. 

@media screen and (min-width: 770px) {
.video-section__media.deferred-media {
max-width: 500px;
text-align: center;
--ratio-percent: 45% !important;
margin: auto;
}
.video-section__media video {
max-width: 500px;
max-height: 500px;
left: 0 !important;
}
}

Thanks for the help 🙂

Replies 0 (0)