Photo Gallery
A vendor plugin for Saber that is used to display a list of photos in various ways, such as a grid or slideshow.
Prerequisites
Installation
For Visual Studio Users
- Clone this repository inside your Saber project within
/App/Vendors/
and name the folder CORSNOTE: use
git clone
instead ofgit submodule add
since the contents of the Vendor folder is ignored by git - Run
gulp vendors
from the root of your Saber project folder
For DevOps Users
While using the latest release of Saber, do the following:
- Download latest release of Saber.Vendors.PhotoGallery
- Extract all files & folders from either the
win-x64
orlinux-x64
zip folder to Saber's/Vendors/
folder
Publish
- run command
./publish.bat
- publish
bin/Publish/PhotoGallery.7z
as latest release
Usage
Display a list of photos in various ways, such as a grid or slideshow. You can also specify your own path
and layout
parameters in order to load your own HTML layout to create custom photo galleries.