GalleryPluginConfig: {
    hideOnClick?: boolean;
    items?: GalleryItem[];
    thumbnailSize?: Size;
    visibleOnLoad?: boolean;
}

Type declaration

  • OptionalhideOnClick?: boolean

    Hides the gallery when the user clicks on an item

    true
    
  • Optionalitems?: GalleryItem[]
  • OptionalthumbnailSize?: Size

    Size of thumbnails

    200x100
    
  • OptionalvisibleOnLoad?: boolean

    Displays the gallery when loading the first panorama

    false