A SharePoint web part, created with SharePoint Framework (SPFx) that visualizes images/photos from a Document Library or Picture Library on a page. It uses the existing folder structure to create albums and puts them in the breadcrumb when opened. Clicking on an image opens a nice Lightbox effect for easy browsing the fullsized versions.
Feature set:
- Select SharePoint Picture/Document Library
- Navigate through images and folders
- Show breadcrumb to visualize context in the library
- Show Lightbox effect for images, using react-lightgallery
- SharePoint Online
- Microsoft Teams - Untested!!
- Office 365 tenant
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
Either download the latest release OR build it yourself:
- Clone this repository
- in the command line run:
npm install
gulp build
gulp bundle --ship
gulp package-solution --ship
Install the package:
- Add to AppCatalog and deploy
- Add the web part
Lightbox Image Gallery
to a SharePoint page