Re: Video button on power saving mode

How can I remove the play button from the paused video on my homepage?

Elias10
Excursionist
25 0 3

Hello, I am building my new website, and i'm pretty happy with it so far. But I realised that my video on my home page will pe paused if the person has power saving mode on the phone. And i'm pretty happy with the "pause" image that it stopps on, but i would like to remove the play button, since it looks dumb, because you cant press it.

 

Thanks for any help!

 

Website: https://d8106d-4.myshopify.com/

 

Replies 2 (2)

PageFly-Oliver
Shopify Partner
878 190 180

Hi @Elias10 

 

You can try adding my code to click the button play when the customer enables save mode:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

@media screen and (max-width: 767px){
.videoBackground .fullscreen-video-wrap {
    z-index: 1 !important;
}
}

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Elias10
Excursionist
25 0 3

sorry, did not work.