Home Forums WoodMart support forum Auto Play Video After One Click

Auto Play Video After One Click

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #149507

    uandi
    Participant

    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

    #149521

    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

Viewing 2 posts - 1 through 2 (of 2 total)