简体   繁体   中英

How to display panorama images with Pannellum

I have a panorama image and try to display it on my website with auto-rotate. Pannellul https://pannellum.org/documentation/examples/auto-rotate/ works great but the only downfall is that it's 360.

I am looking for something similiar to this https://liviucerchez.com/panorama360/example3/ but not a wordpress plugin. Something portable.

Any tips or suggestions would be great. Everytime I google, only 360 panorama appears, which is not what I'm quite looking for, I am trying to have the image only be able to move from left to right, right to left. No vertical movements.

you can use something like this:

pannellum.viewer('panorama', {
            "type": "equirectangular",
            "panorama": "main-image.jpg",
            "preview": "preview-image.jpg",
            "autoRotate": -2,
            "hfov": 100,
            "vaov": 100,
            "vOffset": 0,
            "minPitch": 0,
            "maxPitch": 0,
            "pitch": 0,
            "showZoomCtrl": false,
            "keyboardZoom": false,
            "mouseZoom": false,
            "minHfov":100,
            "maxHfov":100,
        });

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM