syntro / silverstripe-elemental-bootstrap-gallerysection
A bootsttrap based gallery section
Installs: 792
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 4
Type:silverstripe-vendormodule
Requires
Requires (Dev)
- phpstan/phpstan-shim: ~0.11.0
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.0
- symbiote/silverstripe-phpstan: ^4
This package is auto-updated.
Last update: 2022-07-01 00:16:14 UTC
README
This module is part of a larger collection. See
syntro/silverstripe-elemental-bootstrap-collection
for details.
Provides a simple section displaying Images.
The Gallery
In the CMS
Requirements
- SilverStripe ^4.0
- Silverstripe elemental ^4
- Bootstrap on the Frontend
Installation
composer require syntro/silverstripe-elemental-bootstrap-gallerysection
License
See License
Documentation
This Section only provides a base skeleton and without customization only renders
thumbnail images in a masonry style layout using .card-columns
.
If you want to have a masonry layout, a lightbox, or a gallery,
you will have to implement these by yourself and include necessary scripts and
styles in your frontend theme.
All configuration options follow the base items config.
Maintainers
- Matthias Leutenegger hello@syntro.ch
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
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.