Comments Laurenz started the conversationMay 6, 2020 at 11:32amHey 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,973Support repliedMay 6, 2020 at 4:25pmHello,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 CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyLaurenz repliedMay 11, 2020 at 9:49amThank you so much, that worked! Sign in to reply ...
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!
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
Thank you so much, that worked!