Matthew Petroff
Matthew Petroff
> It would however be best if we can pass the image file along with the other data for creating the hotspot and then manage it using css / custom...
No, there's no way to do this with the JSON configuration file. For advanced functionality, the JSON configuration file is insufficient. Although injecting custom CSS could be done from the...
> I will be switching of the HotSpot debugger soon as suggested. Why is it a security issue if its left on ? It's not a security issue. The only...
> Why should the width of the image matter, when the image is not shown in its full width? It matters because the panorama view is rendered using WebGL. To...
> what advantages WebGL is offering? For your example, not much. With such a narrow field of vertical angle of view, you could just pre-process the panorama and use a...
> As you can see, the title is not centered under the panorama. It appears to be centered to me. The positioning is done using standard CSS. > A configurable...
> I managed to modify pannellum.css to make it so All CSS can be overridden, so there shouldn't be a need to modify the existing file. > so that it...
> Perhaps a better solution would be to add the autoRotateInactivityDelay as a parameter to startAutoRotate. This is a good idea. I just implemented it in a84fc56596106dce3766e4fd06708d04ad2359d5.
Here's a current build: [pannellum-a84fc56.zip](https://github.com/mpetroff/pannellum/files/5869027/pannellum-a84fc56.zip)
I'd simulate `keydown` and `keyup` events with JavaScript when the mouse button is clicked and released, which should trigger the same functionality in Pannellum that is used when the arrow...