
Jwplayer 7 the video in jwplyaer is too small
Hi to all, Im trying jwplayer 7 in some of my wordpress themes and I can say that is awesome and thankyou but in one theme I have a problem and seems strange for me.
I got a screenshot here http://s24.postimg.org/4l9wya9g5/image.png
as you see the video is not full size and my code is this one:
<script type="text/javascript">
var jw = jwplayer("ply").setup({
file: '<?php echo $video; ?>',
image:"<?php echo $thumb; ?>",
flashplayer: "<?php echo $templateurl; ?>/inc/tools/jwplayer/jwplayer.flash.swf",
width: "100%",
height: "100%",
stretching: "exactfit",
aspectratio: "<?php echo $ratio; ?>",
startparam: "start",
autostart: <?php echo $autostart; ?>,
primary: 'html5',
logo: {
file: '<?php echo $logoimage; ?>',
link: '<?php echo $logolink; ?>',
position: "right-bottom",
},
skin : {
url:"<?php echo $sefurL; ?>/jwplayer/jw/skins/<?php echo $skin; ?>.css",
name:"<?php echo $skin; ?>"
},
related: {
file: "<?php get_category_link( $category_id ); ?>/?feed=related-feed"
}
});
</script>
Do u have ny ide how to fix this? thankyou