Okay
  Public Ticket #1103371
Play Button Over Video Problem
Closed

Comments

  •  2
    Cre8tve_works started the conversation

    We have 1 looping video on this page via LayerSlider. When you first load the page you see a very brief "play" icon which fades out. The video is already auto playing. How to we remove the play button entirely?

  • [deleted] replied

    Hey Cre8tve_works,

    At the moment there is no dedicated option to remove the video play button. 

    However you can use the following CSS code to do so: 

    .ls-playvideo {
    display: none !important;
    }