videojs-panorama icon indicating copy to clipboard operation
videojs-panorama copied to clipboard

a plugin for videojs run a full 360 degree panorama video.

Results 100 videojs-panorama issues
Sort by recently updated
recently updated
newest added

I want have grid video 360 on site, so i use for to loop element by class name ``` var elements = document.getElementsByClassName("video-js"), elementsLen = elements.length; for (i = 0,...

Thank you such a great plugin. I have been using your plugin in our project. We have realized that when we use a single camera like kodak sp 360(235 degree...

not an issue but feature request for stereoscop left on top support

Hi, I'm using videojs-panorama and I would like to make an animation on the camera. I need to set the camera.rotation or camera.target but both of them didn't affect the...

deployed

Hi yanwsh Thanks a lot for your great work. Your plugin makes it really easy to show panorama videos. Does this plugin already supports 180° stereo movies? When I load...

feature
will work
deployed

Hi Wensheng Yan. Thank you for the great plugin. I wanted to ask if its possible to increase\decrease the speed at which the video pans to the left, right, up...

feature
will work
deployed

Videojs normal behaviour is an update in pause state. So can you please remove the paused condition in animate function (seen in L591 in videojs-panorama.v5)?: ` if (!this.player().paused()) { `...

bug
will work

Hello, I installed the vjs panorama, but the VR icon doesn't appear on control bar. If I click on the place where is supposed to be the VR icon, it...

Hey, i got this error : > player.panorama is not a function What am doing wrong ?! i imported that : import videojs from 'video.js' import panorama from 'videojs-panorama'; and...