jwplayer - Full screen effect on jw player 6 -


i want achive effect - http://partyongeorge.ca/template/index6.php

i use wordpress , jw player ( version 6.5.3609 ) div called screen , css of screen

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

im strugling past week make work dont have neccesary skills.

you can try using

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

if not suits requirement, provide me link can think. experienced same problem


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -