Hi,
I would like to autoplay this video in mobile devices:
.video1 {
width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.video1 {
display: none;
}
}
.video2 {
width: 100%;
height: auto;
display: none;
margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.video2 {
display: block;
}
}
@media only screen and (min-width: 768px) {
.video2 {
display: none;
}
}
It’s alredy working in PC but not in mobile.
Hi @HellGames
This is Richard from PageFly - Shopify Page Builder App
I checked on your video on my mobile and it’s working fine for me.
Make sure that your mobile is not activate the low-battery mode
Or you can try add this code to your theme.liquid before the to see if its work
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hi @PageFly-Richard ,
It’s working now, but when the device is in low-battery mode stops working.
Does it have any solution? Can I solve this?
Greetins