1.0.0 • Published 2 years ago

lightbox-library v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

lightbox-fs

A simple lightbox for your image gallery. This lightbox doesn't have any dependencies and can be used with any webpage.

Here's a preview

fs-lightbox in action

NPM

npm i lightbox-library

https://www.npmjs.com/package/lightbox-library

Usage:

  • To use the lightbox you can simply add a reference to the .js file at the end of the body of your html and the .css file in the head of your html page.

  • In the img tag of the image that you want to be a part of the lightbox, add a class fs-lightbox.
    For example, "<img src="image.png" class="fs-lightbox" />"

  • That's it. When you click on the image, a lightbox preview of the image will appear.

Methods:

The plugin exposes some methods that you can use:

  • fsLightbox.next() - This will display the next picture in the lightbox

  • fsLightbox.prev() - This will display the previous picture in the lightbox

  • fsLightbox.hideLightbox() - This will hide the Lightbox

1.0.0

2 years ago