Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
bs5-lightbox
Advanced tools
A vanilla JS lightbox gallery plugin for Bootstrap 5 based on the modal and carousel plugins
A Bootstrap 5 lightbox written in pure ES6 JavaScript that supports images, galleries, YouTube, Vimeo, and Instagram—built around Bootstrap's Modal and Carousel plugins.
Have you been using Lightbox for Bootstrap (ekko-lightbox) but recently moved to Bootstrap 5? This is your replacement.
Documentation: https://trvswgnr.github.io/bs5-lightbox/
npm i bs5-lightbox
Lightbox for Bootstrap 5 will automatically initialize on import:
import 'bs5-lightbox'
By default it will target elements with the data-toggle-"lightbox"
attribute.
If you want to target a different element, import the Lightbox
class and instantiate it:
import Lightbox from 'bs5-lightbox'
const lightbox = new Lightbox('.my-lightbox-toggle')
If you only want the Lightbox
class without automatic initialization, import the module instead:
import Lightbox from 'bs5-lightbox.esm'
const lightbox = new Lightbox('.my-lightbox-toggle')
Modify the bs5-lightbox.esm.js file and create a pull request.
You can help make this project even better and keep it up to date by making a small contribution! Fund this project.
Code released under the MIT license.
FAQs
A pure JS lightbox gallery plugin for Bootstrap 5 based on the modal and carousel plugins
The npm package bs5-lightbox receives a total of 1,996 weekly downloads. As such, bs5-lightbox popularity was classified as popular.
We found that bs5-lightbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.