对jw player 6的全屏效果

时间:2013-07-31 13:23:03

标签: jwplayer

我希望达到这种效果 - http://partyongeorge.ca/template/index6.php

我使用wordpress和jw播放器(版本6.5.3609)进入一个叫做屏幕的div,屏幕的css是

#screen {
color:#FFF;
margin:0 0 20px;
/*position:relative;*/
/*overflow: hidden;*/
background: #333 url(images/loading.gif) no-repeat center center;
}

过去一周我一直在努力使其发挥作用但我没有必要的技能。

1 个答案:

答案 0 :(得分:0)

您可以尝试使用

#screen{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

如果不符合您的要求,请提供一个我认为可以帮助您的链接。我遇到了同样的问题