Matthew Petroff
Matthew Petroff
I'm not convinced this is something that should be exposed. I would recommend against always setting the `Accept` header to explicitly contain `image/webp`, since it will break support for browsers...
I just opened an issue on the HTML standard repository about adding a method for checking if a browser [supports a specific image format](https://github.com/whatwg/html/issues/6324). If such a method is eventually...
> I tried increasing friction but this only affected left/right/up/down panning. I cannot reproduce this issue in Firefox 84 or Chromium 87 on Linux. Setting `friction: 1.0` completely disables any...
I literally just added this yesterday, in https://github.com/mpetroff/pannellum/commit/acf157c96b62f92720422398818da13c7650ca0f (although I forgot to commit the documentation update, a mistake I just remedied in https://github.com/mpetroff/pannellum/commit/79738fabfafd5f3d5b2b9956adb0e090728e4569). A click handler can now be added...
The next release will be when it's ready. If I give a time frame, I'll probably miss it.
It needs to be a JavaScript function. This means it has to be passed via the API and can't be used in a JSON file.
> Image formats that are supported Pannellum supports whatever image formats your web browser does. > Min/Max image resolution This depends on which mode you're using. For `equirectangular` images, I'd...
As mentioned in https://github.com/mpetroff/pannellum/issues/328#issuecomment-273656835, I'm not sure of a good way to add tab indices to hot spots, since they keep moving around the screen and in and out of...
What Luís said is correct, with the caveat that you either need to make sure the location of `nona.exe` is included in your `%PATH%` environment variable or need to specify...
This is a problem with your `nona` installation. You're using a dynamically-linked binary, but the `libhuginbase.0.0.dylib` library file is not somewhere where your system can find it. I don't use...