You are here

README.txt in ImageLightbox 2.x

Same filename and directory in other branches
  1. 8 README.txt
  2. 2.0.x README.txt
ImageLightBox Drupal module

Summary
=========================
This module provides integration with ImageLightBox library.


Installation
=========================
 * Install the module as normal, see link for instructions.
   Link: https://www.drupal.org/documentation/install/modules-themes/modules-8
 * Define image style "imagelightbox" and "imagelightbox small"
 * Go to "Content Type" -> add "Image Field" -> "Manage Display" -> Select the "ImageLightBox" format and configure the image style.

Notes
=========================
 * You can use `drush imagelightbox-download` command for easy installation of the
   library.
 * To make it work with Views you should either set "Use field template"
   checkbox or manually add "imagelightbox" class in View field style settings.
 * Download ImageLightBox library from https://github.com/osvaldasvalutis/imageLightbox.js.
 * Unzip the library and place files from dist directory to
   libraries/imagelightbox directory.

File

README.txt
View source
  1. ImageLightBox Drupal module
  2. Summary
  3. =========================
  4. This module provides integration with ImageLightBox library.
  5. Installation
  6. =========================
  7. * Install the module as normal, see link for instructions.
  8. Link: https://www.drupal.org/documentation/install/modules-themes/modules-8
  9. * Define image style "imagelightbox" and "imagelightbox small"
  10. * Go to "Content Type" -> add "Image Field" -> "Manage Display" -> Select the "ImageLightBox" format and configure the image style.
  11. Notes
  12. =========================
  13. * You can use `drush imagelightbox-download` command for easy installation of the
  14. library.
  15. * To make it work with Views you should either set "Use field template"
  16. checkbox or manually add "imagelightbox" class in View field style settings.
  17. * Download ImageLightBox library from https://github.com/osvaldasvalutis/imageLightbox.js.
  18. * Unzip the library and place files from dist directory to
  19. libraries/imagelightbox directory.