nodebb-plugin-lightgallery

LightGallery plugin for NodeBB

Usage no npm install needed!

<script type="module">
  import nodebbPluginLightgallery from 'https://cdn.skypack.dev/nodebb-plugin-lightgallery';
</script>

README

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