Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1462051

    Hello, we have noticed that the video in the header area can be paused by website visitors simply by clicking on it. Can we disable this option? Thank you very much for your support.

    #1462059

    Hey reqonsult,

    Thank you for the inquiry.

    You can use this css code to disable the click overlay or the invisible play/pause control.

    #top .av-video-slide.av-video-playing {
        pointer-events: none;
    }

    Best regards,
    Ismael

    #1462061

    although I believe that it is rather good if visitors can interact with autoplay videos. Turning it off is certainly better than leaving the website because a video is annoying!

    #1462098
    This reply has been marked as private.
    #1462107

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Pauseable video in Header section’ is closed to new replies.