Photo Sphere Viewer
    Preparing search index...

    Type Alias GalleryPluginConfig

    type GalleryPluginConfig = {
        hideOnClick?: boolean;
        items?: GalleryItem[];
        navigationArrows?: boolean;
        thumbnailSize?: Size;
        visibleOnLoad?: boolean;
    }
    Index

    Properties

    hideOnClick?: boolean

    Hides the gallery when the user clicks on an item

    true
    
    items?: GalleryItem[]
    navigationArrows?: boolean

    Displays arrows to navigate the gallery

    true
    
    thumbnailSize?: Size

    Size of thumbnails

    200x100
    
    visibleOnLoad?: boolean

    Displays the gallery when loading the first panorama

    false