sp-dev-fx-webparts/samples/react-multimedia-gallery
Hugo Bernier 103907bdc6 Added compatibility warning on readme and template 2023-02-10 10:22:32 -05:00
..
.devcontainer Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config SPFx upgrade and package dependendency 2020-07-10 11:03:34 +02:00
src SPFx upgrade and package dependendency 2020-07-10 11:03:34 +02:00
teams New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
tools New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
.editorconfig New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
.gitignore New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
.yo-rc.json SPFx upgrade and package dependendency 2020-07-10 11:03:34 +02:00
README.md Added compatibility warning on readme and template 2023-02-10 10:22:32 -05:00
azure-pipelines.yml New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
gulpfile.js New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
package-lock.json FIxed date 2020-07-11 00:48:04 -04:00
package.json SPFx upgrade and package dependendency 2020-07-10 11:03:34 +02:00
tsconfig.json New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
tslint.json New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00

README.md

Image Gallery

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

Web Part - Screenshots

gallery

gallery

gallery

gallery

gallery

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.10 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Incompatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Web Part Properties

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

Solution

The web part Use PnPjs library, Microsoft Graph API, Office-ui-fabric-react components, react-slick Component

Solution Author(s)
Multimedia Gallery Web Part João Mendes

Version history

Version Date Comments Author(s)
1.0.0 June 24, 2019 Initial release João Mendes
1.1.0 July 10, 2020 Version Conflict with websocket-driver Peter Paul Kirschner (@petkir_at)

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

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.