New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

natural-gallery-js

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

natural-gallery-js

A lazy load, infinite scroll and natural layout list gallery

  • 2.3.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Demos

Use distribution on your project

The bower install does not include sources and build process. To run the demo, look at the end of this readme.

Install natural-gallery-js :

npm install natural-gallery-js --save

Include photoswipe and natural gallery stylesheets + jquery script in your headers :

<link rel="stylesheet" href="[...]/photoswipe/dist/default-skin/default-skin.css">
<link rel="stylesheet" href="[...]/photoswipe/dist/photoswipe.css">
<link rel="stylesheet" href="[...]/natural-gallery/dist/themes/natural.css">
<link rel="stylesheet" href="[...]/natural-gallery/dist/natural-gallery.min.css">
<script src="[...]/jquery/dist/jquery.js"></script>

Includes natural gallery scripts in your footer (includes photoswipe JS):

<script src="[...]/natural-gallery/dist/natural-gallery.min.js"></script>

Run and look at the demo for code implementation

Clone project on your local disk :

git clone git@github.com:Ecodev/natural-gallery.git 
cd natural-gallery

Install production and dev dependencies and run build :

npm install && npm run prod

Open demo/*.html with your preferred browser and editor.

Credits

Icons made by Freepik and Zurb from www.flaticon.com is licensed by CC 3.0 BY

Keywords

FAQs

Package last updated on 21 Jun 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc