
aspectratio not working with numeric width
jwplayer("videoEx").setup({
"file": "http://media.peaceever.com/video/15s.mov",
"image":"/images/slideshowbg.png",
"width":640,
"aspectratio":"16:9"
});
On my site, the above code doesn't work properly, the video container's size will be 640*270, while the video player's size being 480*270, making two black bars on the sides of the video player. I have to do
"width":"53%"
to get the video container and player to be same size 640*360