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

change fallback player size


how can i change the size?

jwplayer("myElement").setup({
playlist: [{

image: "/uploads/myPoster.jpg",
sources: [{
file: "manifest.mp4"
},{
file: "manifest.m3u8"
}]
}],
primary: "flash"
});

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

playlist: [{

Would be:

width: 600,
height: 400,
playlist: [{

This question has received the maximum number of answers.