Hello,
I've put my video on Bootstrap Modal dialogue, and it works fine.
But when I clicked Fullscreen button, my video was enlarged too much as if I had an enormous monitor screen. I could see only a cropped part of full-screened video.
The fullscreen problem only occurs in IE and Edge browser. When I use Chrome, fullscreen mode works properly.
My code is below:
×
Modal Header
Close
jwplayer('myPlayer').setup({
file: '/my/video/path/',
width: '100%',
height: 480,
key: 'my_player_key'
});
Any suggestions for my case? Thank you for your help!
↧