
responsive problem
Hello
i use this code :
var playerInstance = jwplayer("myElement");
playerInstance.setup({
image: "/uploads/myPoster.jpg",
sources: [{
file: "/uploads/myVideo720.mp4",
label: "720p HD"
},{
file: "/uploads/myVideo360.mp4",
label: "360p SD",
"default": "true"
},{
file: "/uploads/myVideo180.mp4",
label: "180p Web"
}]
});
and I would like to add responsive code width: "50%", aspectratio: "16:9" this code but not working .
help me how to add responsive code with 3 quality player .
Thanks