Okay
  Public Ticket #2391328
Vimeo Player
Closed

Comments

  • Laurenz started the conversation

    Hey guys, 

    I've embedded vimeo videos in several portfolio items. But I can not click on the play button and on the progress bar of the vimeo video. You can check it with the URL. 


    Thanks!

  •  1,809
    Support replied

    Hello,

    That's because the project navigation section covers the bottom of the video (so it captures the mouse clicks)

    Either add a spacer after the vimeo video or decrease the height with

    #project-nav {
        height: 55vh;
        bottom: -55vh;
    }

    in customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Laurenz replied

    Thank you so much, that worked!