I want to make jwplayer to fullscreen when I click on my own custom button "Fullscreen"
.
I am aware of jwplayer().setFullscreen(true); but it is not supported in IE8.
I have also tried AngularFullScreen but it will also not support in IE8.
Is there any way to do this in IE8?
Thanks in Advance.