kuehn-sba
kuehn-sba
To complete, you can add 'canplaythrough' and 'stalled' handler with event trigger.
### Bug or issue? issue Please try to answer the following questions: - What version of Neutrino are you using? 9.5.0 - Are you trying to use any presets? If...
Please update the **latest bignum version** and **remove the peerDependencies of mongoose** which is both outdated inside package.json. **remove:** "peerDependencies": { "mongoose": ">= 3.5.0 < 4" }, **update:** "dependencies": {...
SecurityError (DOM Exception 18): The operation is insecure. texImage2D texImage2D — three.js:30938 uploadTexture — three.js:27361 setTexture — three.js:27397 loadUniform — three.js:26917 loadUniformsGeneric — three.js:26990 setProgram — three.js:26275 renderBufferDirect — three.js:25138...
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()) { `...
Can the plugin handle the videojs autoplay option? For me, it's not working: ``` this.vjs = videojs(video, { autoplay: true, preload: 'metadata', plugins: { panorama: { showNotice: false, clickAndDrag: true,...
where can I find the Configuration file in windows? Is it possible to use/create different config files?