yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
492 stars 160 forks source link

poor resolution in ie 11 than chrome(in fullscreen). #133

Open abhijeetsatpute14 opened 7 years ago

yanwsh commented 6 years ago

Hey, this is because your video player size is pretty small. On IE 11, it requires additional render.

please add following settings to your code

helperCanvas: {
   width: 1920,
   height: 1080
}

which can solve the resolution issue.