
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
bs5-lightbox
Advanced tools
A pure JS lightbox gallery plugin for Bootstrap 5 based on the modal and carousel plugins
A pure JavaScript Bootstrap 5 lightbox 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/
If you enjoy using Bootstrap 5 Lightbox please star this repo.
Use Issues to request new features. If you would like to contribute, send me an email at lightbox@travisaw.com.
npm i bs5-lightbox
<script src="https://cdn.jsdelivr.net/npm/bs5-lightbox@1.8.5/dist/index.bundle.min.js"></script>
Or download the file directly (right-click, Save As...)
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'
for (const el of document.querySelectorAll('.my-lightbox-toggle')) {
el.addEventListener('click', Lightbox.initialize)
}
Lightbox for Bootstrap 5 is written in pure JavaScript.
Modify the src/index.js file, run npm run build
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,860 weekly downloads. As such, bs5-lightbox popularity was classified as popular.
We found that bs5-lightbox demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.