
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
light-gallery-react
Advanced tools
A light weighted gallery component used for React JS, Next JS frameworks, which is designed to showcase a set of images in a responsive way based on react-bootstrap
A light weighted gallery component used for React JS, Next JS frameworks, which is designed to showcase a set of images in a responsive way based on react-bootstrap
npm install light-gallery-react@latest --legacy-peer-deps
//...
<LightGallery
lg_col={4},
md_col={6},
xs_col={6},
div_padding="5%",
img_padding="5%",
images=[
"path/to/img/1.png",
"path/to/img/2.png",
"path/to/img/3.png",
"path/to/img/4.png"
//...
]
></LightGallery>
//...
Bootstrap’s grid system uses a series of containers, rows, and columns to layout and align content. It’s built with flexbox and is fully responsive.
lg_col: Integer out of 12 columns when the max container width ≥992px
md_col: Integer out of 12 columns when the max container width ≥768px
xs_col: Integer out of 12 columns when the max container width ≥576px
Please check bootstrap documentation regarding to Grid System for detailed information
This module is built based on react and react-bootstrap, please ensure you have both of these modules installed
👤 ETHYANG TECH
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2022 ETHYANG TECH.
This project is ISC licensed.
This README was generated with ❤️ by readme-md-generator
FAQs
A light weighted gallery component used for React JS, Next JS frameworks, which is designed to showcase a set of images in a responsive way based on react-bootstrap
We found that light-gallery-react 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.