Hello
I've noticed that when the panorama is loaded, it's zoomed in. Is there anyway to have the default zoom to be 0?
There's no such thing as a default zoom of zero. The "zoom" is set by setting the horizontal field of view. If you don't like the default, 100 degrees, you can set it wider to something like 120 using either &hfov=120 as a URL configuration parameter or by adding "hfov": 120, to your JSON configuration file.
Most helpful comment
There's no such thing as a default zoom of zero. The "zoom" is set by setting the horizontal field of view. If you don't like the default,
100degrees, you can set it wider to something like120using either&hfov=120as a URL configuration parameter or by adding"hfov": 120,to your JSON configuration file.