2020-11-08 23:29:55 -05:00
# Image Gallery
2019-07-05 08:57:15 -04:00
## Summary
This web part show images and videos in responsive grid, on click it show images and videos in a carousel view.
It uses Microsoft Graph API to get thumbnails and image/video url and use PnPjs to load files from library the images/videos are loading in lazy mode, progressively.
##
![callendar ](/samples/react-multimedia-gallery/assets/MultimediaGallery.gif )
## Web Part - Screenshots
![gallery ](/samples/react-multimedia-gallery/assets/Annotation2.jpg )
![gallery ](/samples/react-multimedia-gallery/assets/Annotation0.jpg )
![gallery ](/samples/react-multimedia-gallery/assets/Annotation1.jpg )
![gallery ](/samples/react-multimedia-gallery/assets/Screenshot1.png )
![gallery ](/samples/react-multimedia-gallery/assets/Screenshot2.png )
## Used SharePoint Framework Version
2020-07-11 00:50:42 -04:00
![SPFx 1.10.0 ](https://img.shields.io/badge/version-1.10.0-green.svg )
2019-07-05 08:57:15 -04:00
## Applies to
2020-06-09 03:09:22 -04:00
* [SharePoint Online ](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview )
2019-07-05 08:57:15 -04:00
* [Microsoft Teams ](https://products.office.com/en-US/microsoft-teams/group-chat-software )
2020-06-09 03:09:22 -04:00
* [Office 365 tenant ](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment )
2019-07-05 08:57:15 -04:00
## WebPart Properties
2020-07-10 05:03:34 -04:00
| Property | Type | Required | comments |
| --------------------- | --------------- | -------- | --------------------------------- |
| Site Url of library | Text | yes |
| Library | Choice/Dropdown | yes | this is filled with all libraries |
| number images to load | number | yes | number between 1 and 200 |
2019-07-05 08:57:15 -04:00
## Solution
2020-04-04 02:18:47 -04:00
The web part Use PnPjs library, Microsoft Graph API, Office-ui-fabric-react components, react-slick Component
2019-07-05 08:57:15 -04:00
2020-07-10 05:03:34 -04:00
| Solution | Author(s) |
| ---------------------------- | ----------- |
| Multimedia Gallery Web Part | João Mendes |
2019-07-05 08:57:15 -04:00
## Version history
2020-07-10 05:03:34 -04:00
| Version | Date | Comments | Author(s) |
| ------- | ------------- | ------------------------------------------------------- | ------------------------------------------------------------------ |
| 1.0.0 | June 24, 2019 | Initial release | João Mendes |
2020-07-11 00:48:04 -04:00
| 1.1.0 | July 10, 2020 | Version Conflict with websocket-driver | Peter Paul Kirschner ([@petkir_at](https://twitter.com/petkir_at)) |
2019-07-05 08:57:15 -04:00
## Disclaimer
**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.**
---
## Minimal Path to Awesome
- Clone this repository
- in the command line run:
- `npm install`
- `gulp build`
- `gulp bundle --ship`
- `gulp package-solution --ship`
- `Add to AppCatalog and deploy`
< img src = "https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-multimedia-gallery" / >