JWplayer-尺寸不正确

时间:2018-08-29 17:22:02

标签: javascript html wordpress jwplayer

我正在我的Wordpress网站上使用JWplayer,并且似乎一切正常,除了视频不是全屏显示时。请查看所附图片:

如您所见,视频被黑条包围,那么无论如何它都不会全屏显示。

我似乎无法正常工作,我的代码如下:

<div id="player'.$id.'">This text will be replaced'.$final_feed.'</div>
        <script type="text/javascript">
                    jwplayer("player'.$id.'").setup({

                    aspectratio: "16:9",
                    width: "'.$width.'",
                    height: ".$height.",
                    file: "'.$video.'",
                    image: "'.$bilde.'",
                    stretching: "exactfit",
                    bufferlength: 5,
                    //skin: "/jwplayer/skins/glow/glow.zip",
                    mediaid:"' .$id. '",
                    ga: {},
                    \'related\': {\'file\':\''.$final_feed.'\', \'dimensions\': \'400x230\', \'heading\': "Se mer fra Bergen Student-TV"}
                    });
                </script>';

我尝试了“统一”和“精确匹配”。使用“无”在普通视图下不会显示黑条,而在全屏模式下会显示黑条。

非常感谢您的帮助。

0 个答案:

没有答案