-
I invoke FVPlayer lightbox from Revolution Slider. The lightbox opens, however the height of the player window is 86px instead of the set height. Here is the shortcode:
[fvplayer src="https://s3-eu-west-1.amazonaws.com/***.mp4" width="960" height="408" splash="https://cdn.foliovision.com/wp-content/uploads/2017/11/invisible-play-button.png" lightbox="true;500;500" qsel="true"]
This is the output (copied from the inspector):
<div id=”fv_player_pro_colorbox” class=”” role=”dialog” tabindex=”-1″ style=”display: block; visibility: visible; top: 2791.8px; left: 270px; position: absolute; width: 980px; height: 86px;”>
If I hover the lightbox and go fullscreen on the video then exit fullscreen, the player window has the right size. It’s just how it appears that is wrong.