Socket
Socket
Sign inDemoInstall

lightbox-fs

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lightbox-fs

A lightweight lightbox with zero dependencies


Version published
Weekly downloads
8
Maintainers
1
Install size
15.1 kB
Created
Weekly downloads
 

Readme

Source

lightbox-fs

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

https://cdn.jsdelivr.net/gh/FaisalST32/fs-lightbox@latest/src/js/fs-lightbox.min.js
https://cdn.jsdelivr.net/gh/FaisalST32/fs-lightbox@latest/src/css/fs-lightbox.min.css

NPM

npm i lightbox-fs

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

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

Keywords

FAQs

Last updated on 27 Jul 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc