Hi everyone,
I have been seeing websites that don’t have a play and pause button on their videos with auto play selected on desktop and mobile. How can I emulate this?
As you can see it sits in the bottom right corner of the video. To inspect further visit Alcatrazgear.com
Hi @DaveyAlcatraz
- Go to Online Store → Theme → Edit code.
- Find the file assets/app.css and paste the code below at the bottom of the file.
video-player.playing:hover button.controller{
display:none!important;
}
Hi @DaveyAlcatraz
Great to hear that the issue has been resolved! If my assistance was helpful, please consider liking and accepting the solution. Feel free to reach out if you have any further questions.