Search code examples
javascriptvideovideo-capturejwplayer

jwplayer rendering video smaller than box


I'm trying to load this video so that it fills out the rest of the black space around it.

I'm not sure why it's shrinking the way that it is.

The video have been converted from wmv format to mp4 format using handbrake.

When I watch the original wmv format version of the same video it looks fine in VLC player, as in it fills in the area of the screen.

What might be the issue here?

Here is one of the examples where I'm having this issue:

http://access-success.co.uk/landers/launch.html

Thanks!


Solution

  • Under:

    autostart: true,
    

    Add:

    stretching: 'none',