Auto Play Video After One Click
-
Hi,
Your theme includes an option to add video popups to any product. If added, a video icon is shown on the main image on the product page. When you click the icon, it opens a popup with the video. Then you need to click the play button to make the video play. How can I make the video auto play after the popup shows?
Thank you
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-gallery-btn > a > span {
padding-right: 25px;
max-width: 280px;
transition: none;
}
Best Regards