Right now, upon entering the landing page, the video at the top will be overlayed with this layer of controls like the play and skip 10 seconds buttons, how can I make it so it doesn’t appear upon landing on the landing page like my desktop version is currently doing.
Any idea which area’s code I should check?
How can I make the controls not appear upon landing?
Thank you all so much!
Hey @nondualreality ,
Can you share the link to your store?
Hey @nondualreality ,
Could you go to the Theme Customizer and replace the video section with a Custom Liquid Section
And in the liquid code add the following
Then scroll down to Custom CSS and type the following
video {
width: 100%;
}
thank you so much for your speedy reply. I just tried it out and immediately a notification says something is wrong pop up. I still saved it and refreshed my page to see what would happen and the video does not seem to play automatically, but it’s good that there is no play unpause buttons anymore!
Hey @nondualreality ,
Good to hear, Can I also see what you pasted in the custom liquid section?
You can try the below and see if it autoplays as well.
Oh my gosh it worked! I love you! You are good!