Skip to content

val-kulkov/nodebb-plugin-lightgallery

 
 

Repository files navigation

LightGallery image gallery for NodeBB


Adds lightGallery support for beautiful image viewing. Per the lightGallery GitHub page, lightGallery is:

A customizable, modular, responsive, lightbox gallery plugin for jQuery.

Note: You do not need to install lightGallery, JUST THIS PLUGIN. LightGallery is a dependancy and as such will be automatically installed by nodebb-plugin-lightgallery.

Goal for this project was simply to enable basic functionality with the default settings. Currently no functionality exists with this plugin to change any of the default lightGallery settings (ie a NodeBB plugin control panel).

Installation

Imgur

Or in the case you want to contribute to the project, you can git clone/npm install it into your node_modules directory following the directions here: https://docs.nodebb.org/configuring/plugins/

  1. NPM Install:

    npm install nodebb-plugin-lightgallery
    
  2. Or clone the repo:

    git clone https://github.com/june07/nodebb-plugin-lightgallery.git
    

About

LightGallery plugin for NodeBB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.0%
  • Shell 33.0%