Lightbox gallery activity for Moodle 2.7+
This resource allows you to create 'Lightbox' enabled image galleries within your Moodle course. The Lightbox system is a set of scripts than can be used to apply nice effects to image galleries.
As a course teacher, you are able to create, edit and delete galleries. Small thumbnails will then be generated, which are used for the thumbnail view of the gallery.
Clicking on any of the thumbnails brings that image into focus, and allows you to scroll through the gallery at your leisure. Using the Lightbox scripts creates nice transition effects when loading and scrolling through the images.
Install
Using Moodle
You can install the plugin from the Moodle plugin repository from within your Moodle installation.
Using a downloaded zip file
You can download a zip of this module from: https://github.com/netspotau/moodle-mod_lightboxgallery/zipball/master
Unzip it to your mod/ folder and rename the extracted folder to 'lightboxgallery'.
Using Git
To install using git, run the following command from the root of your moodle installation:
git clone git://github.com/netspotau/moodle-mod_lightboxgallery.git mod/lightboxgallery
Then add mod/lightboxgallery to your gitignore.
Credits
Maintainer: Adam Olley (adam.olley@netspot.com.au)
Original plugin: Paul Holden (pholden[at]greenhead[dot]ac[dot]uk)