Matthew Petroff

Results 328 comments of Matthew Petroff

Setting the `avoidShowingBackground` configuration parameter to `true` should achieve the effect you're describing.

This is to be expected. Pannellum's current multiresolution format has no concept of partial panoramas, but the viewer ignores 404 errors, and the `generate.py` script doesn't write tiles to disk...

What versions of Video.js and Pannellum are you using?

This seems to be an upstream issue with Video.js. At least for me, it exhibits the same behavior when the Pannellum plugin isn't used. Setting `autoplay: true` only works in...

I suspect this has something to do with your `clickHandlerFunc`, but you didn't post code for it.

I still can't reproduce this issue, but it's probably some sort of race condition. If you provide a link to a complete, functional example that exhibits this behavior, I can...

Pannellum uses WebGL for cube maps, except when WebGL isn't supported, where it uses a fallback renderer that uses CSS 3D transforms. Only a single `` is used (except for...

There's a tool that's supposed to allow use of Chrome or Firefox for remote debugging of iOS Safari: https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter I've never used it, so I don't know how well it...

Create a [tour](https://pannellum.org/documentation/examples/tour/) with all your images, which do not need to be linked with hot spots. When creating the Pannellum viewer, assign it to a variable, e.g., `var viewer...

This is what Pannellum's [multiresolution format](https://pannellum.org/documentation/examples/multiresolution/) is for, which splits the image into many small tiles such that it can be quickly loaded as needed. An equirectangular image can be...