PHPackages                             dynamic/silverstripe-elemental-gallery - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. dynamic/silverstripe-elemental-gallery

ActiveSilverstripe-vendormodule[Image &amp; Media](/categories/media)

dynamic/silverstripe-elemental-gallery
======================================

A block to display a collection of images

6.0.0(6mo ago)234.7k↑38.9%9[2 issues](https://github.com/dynamic/silverstripe-elemental-gallery/issues)1BSD-3-ClausePHPCI passing

Since May 8Pushed 5mo ago7 watchersCompare

[ Source](https://github.com/dynamic/silverstripe-elemental-gallery)[ Packagist](https://packagist.org/packages/dynamic/silverstripe-elemental-gallery)[ RSS](/packages/dynamic-silverstripe-elemental-gallery/feed)WikiDiscussions 6 Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (30)Used By (1)

Silverstripe Elemental Gallery
==============================

[](#silverstripe-elemental-gallery)

[![CI](https://github.com/dynamic/silverstripe-elemental-gallery/actions/workflows/ci.yml/badge.svg)](https://github.com/dynamic/silverstripe-elemental-gallery/actions/workflows/ci.yml)[![Sponsors](https://camo.githubusercontent.com/e9acca7fc1dd68a94435b95c67dbcdb7f064a84597a2be1307c1b3ddd00ae0e4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53706f6e736f722d44796e616d69632d6666363962343f6c6f676f3d6769746875622d73706f6e736f7273266c6f676f436f6c6f723d7768697465)](https://github.com/sponsors/dynamic)

[![Latest Stable Version](https://camo.githubusercontent.com/e37329ff4b4d185b0fbe8ae7321e851030798de01182d26328b41d945597239d/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d67616c6c6572792f762f737461626c65)](https://packagist.org/packages/dynamic/silverstripe-elemental-gallery)[![Total Downloads](https://camo.githubusercontent.com/0c24261d495b6fbf39233c511d734b34dfc0d53b758ab317890107bae95997e5/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d67616c6c6572792f646f776e6c6f616473)](https://packagist.org/packages/dynamic/silverstripe-elemental-gallery)[![Latest Unstable Version](https://camo.githubusercontent.com/8aac4f0eba8895acad80d416b70001ddf4b2102a73e07a4f9aed7dc1be74d8af/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d67616c6c6572792f762f756e737461626c65)](https://packagist.org/packages/dynamic/silverstripe-elemental-gallery)[![License](https://camo.githubusercontent.com/cabcbe00123bf3a23e23cc80c5a843913c2882faf5cfef4eec099aa8f9004ec0/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d67616c6c6572792f6c6963656e7365)](https://packagist.org/packages/dynamic/silverstripe-elemental-gallery)

Requirements
------------

[](#requirements)

- PHP: ^8.3
- silverstripe/recipe-plugin: ^2
- silverstripe/vendor-plugin: ^2
- dnadesign/silverstripe-elemental: ^6
- dynamic/silverstripe-elemental-baseobject: ^6

### Suggested Modules

[](#suggested-modules)

- colymba/gridfield-bulk-editing-tools (^3): Provides bulk upload support

Installation
------------

[](#installation)

`composer require dynamic/silverstripe-elemental-gallery`

License
-------

[](#license)

See [License](license.md)

Example usage
-------------

[](#example-usage)

Photo Gallery Element block allows you to display a collection of images. Click on the image thumbnail to open a larger version in Lightbox.

Features
--------

[](#features)

- 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

Screen Shots
------------

[](#screen-shots)

#### Front End sample of a Gallery Element

[](#front-end-sample-of-a-gallery-element)

[![Front End sample of a Gallery Element](./docs/en/_images/gallery-block-sample.jpg)](./docs/en/_images/gallery-block-sample.jpg)

#### Front End sample of a Gallery Element - Lightbox

[](#front-end-sample-of-a-gallery-element---lightbox)

[![Front End sample of a Gallery Element](./docs/en/_images/gallery-block-sample-lightbox.jpg)](./docs/en/_images/gallery-block-sample-lightbox.jpg)

#### CMS - Gallery Main Tab

[](#cms---gallery-main-tab)

[![CMS - Gallery Main Tab](./docs/en/_images/gallery-block-cms.jpg)](./docs/en/_images/gallery-block-cms.jpg)

#### CMS - Gallery - Add/Edit Gallery Image

[](#cms---gallery---addedit-gallery-image)

[![CMS - Gallery Main Tab](./docs/en/_images/gallery-block-cms-add-image.jpg)](./docs/en/_images/gallery-block-cms-add-image.jpg)

Configuration
-------------

[](#configuration)

### Bulk Image Upload

[](#bulk-image-upload)

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-tools
```

Once installed, you'll see a bulk upload button in the gallery images grid field.

### Content Field

[](#content-field)

The gallery element includes an optional HTML content field that can be used to add a description or introduction text above the gallery.

Getting more elements
---------------------

[](#getting-more-elements)

See [Elemental modules by Dynamic](https://github.com/dynamic/silverstripe-elemental-blocks#getting-more-elements)

Additional Configuration
------------------------

[](#additional-configuration)

See [SilverStripe Elemental Configuration](https://github.com/dnadesign/silverstripe-elemental#configuration)

Maintainers
-----------

[](#maintainers)

- [Dynamic](http://www.dynamicagency.com) ()

Bugtracker
----------

[](#bugtracker)

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.

Development and contribution
----------------------------

[](#development-and-contribution)

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance48

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 74.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~106 days

Recently: every ~119 days

Total

27

Last Release

167d ago

Major Versions

3.x-dev → 4.0.0-alpha12023-06-13

2.0.x-dev → 4.x-dev2024-08-13

4.x-dev → 5.0.02024-08-14

5.0.1 → 6.0.02025-10-21

5.x-dev → 6.x-dev2025-12-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/867942?v=4)[Dynamic](/maintainers/dynamic)[@dynamic](https://github.com/dynamic)

---

Top Contributors

[![jsirish](https://avatars.githubusercontent.com/u/1163643?v=4)](https://github.com/jsirish "jsirish (41 commits)")[![muskie9](https://avatars.githubusercontent.com/u/870751?v=4)](https://github.com/muskie9 "muskie9 (5 commits)")[![korthjp17](https://avatars.githubusercontent.com/u/3858661?v=4)](https://github.com/korthjp17 "korthjp17 (3 commits)")[![mak001](https://avatars.githubusercontent.com/u/1750550?v=4)](https://github.com/mak001 "mak001 (2 commits)")[![UndefinedOffset](https://avatars.githubusercontent.com/u/1391558?v=4)](https://github.com/UndefinedOffset "UndefinedOffset (1 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (1 commits)")[![Juanitou](https://avatars.githubusercontent.com/u/807463?v=4)](https://github.com/Juanitou "Juanitou (1 commits)")[![3Dgoo](https://avatars.githubusercontent.com/u/2616373?v=4)](https://github.com/3Dgoo "3Dgoo (1 commits)")

---

Tags

hacktoberfestsilverstripesilverstripe-elementalimagesilverstripecontentphotogalleryblockselemental

### Embed Badge

![Health badge](/badges/dynamic-silverstripe-elemental-gallery/health.svg)

```
[![Health](https://phpackages.com/badges/dynamic-silverstripe-elemental-gallery/health.svg)](https://phpackages.com/packages/dynamic-silverstripe-elemental-gallery)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
