- PHP: ^8.3
- silverstripe/recipe-plugin: ^2
- silverstripe/vendor-plugin: ^2
- dnadesign/silverstripe-elemental: ^6
- dynamic/silverstripe-elemental-baseobject: ^6
- colymba/gridfield-bulk-editing-tools (^3): Provides bulk upload support
composer require dynamic/silverstripe-elemental-gallery
See License
Photo Gallery Element block allows you to display a collection of images. Click on the image thumbnail to open a larger version in Lightbox.
- Display a collection of images in a responsive gallery layout
- Bulk image upload support via Colymba's GridField Bulk Manager
- Automatic cascade deletion (images are removed when gallery is deleted)
- Automatic cascade duplication (images are copied when gallery is duplicated)
- Optional HTML content field for gallery description
- Lightbox integration for image viewing
This module supports bulk image uploads through the CMS. To enable this feature, ensure you have installed the recommended package:
composer require colymba/gridfield-bulk-editing-toolsOnce installed, you'll see a bulk upload button in the gallery images grid field.
The gallery element includes an optional HTML content field that can be used to add a description or introduction text above the gallery.
See Elemental modules by Dynamic
See SilverStripe Elemental Configuration
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.
If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.
Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.



