Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 852 Bytes

README.md

File metadata and controls

executable file
·
25 lines (19 loc) · 852 Bytes

Simple Photo Gallery

Author

Requirements

Installation

Via Composer run "composer require andrewhoule/silverstripe-photogallery dev-master" or the following...

  • Requires SortableGridField module, GridFieldBulkEditingTools module, and SliderField module (see above).
  • Add the photogallery folder to your site's root.
  • Run http://yoursite.com/dev/build/?flush=1
  • Create a new photo gallery page and enjoy.

Todo

  • Add support for video embeds (from youtube/vimeo)
  • Add lightbox options.