
Set Height and Width
How to set Height and Width of Video Image in jwplayer?
How to set Height and Width of Video Image in jwplayer?
Hi,
You can set your player’s dimensions with the height and width properties like this:
jwplayer(“myElement”).setup({
“file”: “http://example.com/myVideo.mp4”,
“height”: 360,
“width”: 640,
“autostart”: true
});