logicbrush / silverstripe-imagegallery
A module for the SilverStripe CMS which allows you to organize images in a gallery format.
Installs: 5 483
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: ^7.2||^8.0
- bummzack/sortablefile: *
- jonom/focuspoint: *
- silverstripe/cms: ^4.0||^5.0
- silverstripe/widgets: *
Requires (Dev)
- cmrcx/phptidy: *
- logicbrush/metrics: *
- phpunit/phpunit: ^9.5
- rector/rector: ^1.2
- silverstripe/sqlite3: *
This package is auto-updated.
Last update: 2025-03-25 18:45:08 UTC
README
A module for the SilverStripe CMS which allows you to display a bunch of images in a gallery format.
Why?
We needed a simple way to present a set of images that can be easily navigated on any device.
Installation
composer require "logicbrush/silverstripe-imagegallery"
Usage
Install the module and you'll have a new page type of "Gallery Page". You can add and reorder images to the page from the "Images" tab in the CMS.
In addition, this module provides a widget for displaying a gallery in a sidebar, and a shortcode for displaying it within an HTML block.
General Configuration
The Gallery can be configured through the options on the "Gallery" tab in the CMS.
Select your images to be displayed via the"Images" field. You can drag and drop to reorder them.
The "Sort By" dropdown provides additional options for sorting beyond "Position". Selecting "Newest First" will sort the images by their date of creation in descending order order.
Shortcode
You can insert a gallery into any HTML block using a shortcode similar to the following:
[image_gallery id="{ID of GalleryPage}"]