Matthew Petroff
Matthew Petroff
You're changing the font size in the context of the Pannellum ``, and Pannellum doesn't reset it. Adding this to your CSS should work: ```css .pnlm-container { font-size: 16px; }...
It seems to have 20-25px of top padding added to the panorama ``, although it's not in the CSS you posted.
> Unfortunately it keeps rotating beyond the edge of the image and keeps chugging along until the other side of the image appears on the other side of the screen...
> Is it possible to capture the moving images that are shown on the browser? Not easily. While it should be possible using [WebCodecs](https://developer.chrome.com/docs/web-platform/best-practices/webcodecs) along with the `returnImage` parameter of...
The parameters exist to handle partial panoramas, which like all panoramas in Pannellum, are centered at zero yaw, so they don't pass the +/-180° point. Handling yaw limits that include...
Per the documentation you linked to, `horizonRoll` and `horizonPitch` are **not** in the list of URL configuration parameters; they're in the "JSON Configuration File Options" section. Therefore, they can only...
> In fact I search a demo like [Custom controls](https://pannellum.org/documentation/examples/custom-controls/) It would be straightforward to adapt that example. You can add new buttons (with say, `id="horizon-pitch-up"` and `id="horizon-pitch-down"`) and then...
I have no idea what you're asking.