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

Set Height and Width


How to set Height and Width of Video Image in jwplayer?

1 Community Answers

Daniel Berger

JW Player Support Agent  
0 rated :

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
});

This question has received the maximum number of answers.