Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1481317

    On my site at the top https://easyflyers.com/ I am using full width easy slider with a vimeo video in the background. Everything looks great but if the user clicks on the video, it pauses the video and I see the controls and the vimeo information from the video at the top as well

    how do I hide all of this when the video is paused?

    #1481353

    Hey navindesigns,

    Thank you for the inquiry.

    You can add this css code to disable the default video click overlay.

    .av-hide-video-controls .av-click-overlay {
        pointer-events: none;
    }

    Best regards,
    Ismael

    #1481380

    I added that css but it did not change anything

    #1481415

    Hi,

    What happens when you add this css?

    #top .av-video-slide, #top .av-video-slide .avia-slide-wrap {
        pointer-events: none;
    }

    Best regards,
    Ismael

    #1481454

    that works
    thank u so much

    #1481460

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide Player Control when video is paused’ is closed to new replies.