Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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


1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

My name is Alex and I am one of the Support Engineers at JW Player. I will be more than happy to assist you with your questions.

We sometimes see that some Wordpress themes use CSS that overrides the CSS of the <video> or <object> elements on the page, making them appear much smaller inside of the player. If you provide me a link to a reproduction page, I can take a look for you and confirm this.

Thank you.

This question has received the maximum number of answers.