su-sws / stanford_gallery
A Drupal feature.
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 31
Forks: 1
Open Issues: 1
Type:drupal-custom-module
Requires
- composer/installers: ^1.2
This package is auto-updated.
Last update: 2024-11-07 08:35:22 UTC
README
Version: 7.x-2.x-dev
Maintainers: jbickar, sherakama Changelog.txt
This module creates a responsive image gallery using the jQuery colorbox plugin.
Installation
Install this module like any other module. See Drupal Documentation
Use
- Create new gallery content types and upload images.
- Create blocks to use gallery content types through the Stanford Gallery Bean.
Known Issues
- There is a finite limit to the number of images that can be placed in a Gallery. It is dependent upon server resources, but it is somewhere shy of 100.
- If gallery images won't load: the captions need to be set for each image and "Show Captions" needs to be enabled for the light box to work correctly. The error message is
TypeError: undefined is not an object (evaluating 'Drupal.settings.stanford_gallery.captions')
- Multiple Gallery BEANs per page can cause issues with captions if there are empty field collections in a Gallery. The symptom will be captions offset from their images (e.g., caption C will appear on image D).
Contribution / Collaboration
You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see GitHub's article on fork, branch, and pull requests