You are here

README.txt in Lightgallery 7

The LightGallery module integrates the jQuery lightgallery plugin with drupal. 
jQuery lightgallery is a customizable, modular, responsive, lightbox gallery plugin for jQuery. 
This module integrates with the views module.

## Dependencies

The LightGallery module currently requires the [Libraries API]
(http://drupal.org/project/libraries) module, the [Views](http://drupal.org/project/views) module 
as well as the jquery update module (http://drupal.org/project/jquery_update). 

## Installation

1. If not already installed, download and install the dependencies above. 
2. Recent versions of the LightGallery have broken backwards compatibility 
with jQuery 1.4.x, so you will have to install the jquery update module and use at least jQuery 1.7.
3. Download the [LightGallery plugin](http://sachinchoolur.github.io/lightGallery/) 
and place the resulting directory into the sites/all/libraries directory. 
Make sure sites/all/libraries/lightgallery/dist/js/lightgallery.min.js is available.
4. Download the LightGallery module and follow the instruction for [installing
contributed modules](http://drupal.org/node/895232).

## Usage

1. When creating a view, select the *LightGallery* format.
2. Click on the *Settings* link, under the **Format** section.
3. Scroll down to the *LightGallery Settings* section.
4. Fill out the settings and apply them to your display.

## Ideas for Contributions 

Patches are always welcome. Some particular features 
that will be implemented in the near feature are:
- Support more Slider LightGallery
- Make cck formatter for LightGallery

File

README.txt
View source
  1. The LightGallery module integrates the jQuery lightgallery plugin with drupal.
  2. jQuery lightgallery is a customizable, modular, responsive, lightbox gallery plugin for jQuery.
  3. This module integrates with the views module.
  4. ## Dependencies
  5. The LightGallery module currently requires the [Libraries API]
  6. (http://drupal.org/project/libraries) module, the [Views](http://drupal.org/project/views) module
  7. as well as the jquery update module (http://drupal.org/project/jquery_update).
  8. ## Installation
  9. 1. If not already installed, download and install the dependencies above.
  10. 2. Recent versions of the LightGallery have broken backwards compatibility
  11. with jQuery 1.4.x, so you will have to install the jquery update module and use at least jQuery 1.7.
  12. 3. Download the [LightGallery plugin](http://sachinchoolur.github.io/lightGallery/)
  13. and place the resulting directory into the sites/all/libraries directory.
  14. Make sure sites/all/libraries/lightgallery/dist/js/lightgallery.min.js is available.
  15. 4. Download the LightGallery module and follow the instruction for [installing
  16. contributed modules](http://drupal.org/node/895232).
  17. ## Usage
  18. 1. When creating a view, select the *LightGallery* format.
  19. 2. Click on the *Settings* link, under the **Format** section.
  20. 3. Scroll down to the *LightGallery Settings* section.
  21. 4. Fill out the settings and apply them to your display.
  22. ## Ideas for Contributions
  23. Patches are always welcome. Some particular features
  24. that will be implemented in the near feature are:
  25. - Support more Slider LightGallery
  26. - Make cck formatter for LightGallery