I’ve search for a fix to this but the only thing I’ve found was to add this code:
/*Remove vimeo space*/
.player .vp-player-layout {
top: 0px !important;
bottom: 0px !important;
}
To the Additional CSS file or at the end of the theme CSS file neither of which has fixes the problem.
Does anyone have an idea of how to solve this?
Thanks
MarBelle
.fluid-width-video-wrapper {
padding-top: 60% !important;
}
Please note that this is a hack, so might not work correctly with every aspect ratio or with future Vimeo updates.
I recommend you put your Vimeo iframe inside a div with a special class, so you can control when to use this hack.
]]>