1.0.5 • Published 7 months ago

blackgallery-angular v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Blackgallery image gallery Angular plugin

Blackgallery

Install

	$ npm install blackgallery-angular
# or 
	$ yarn add blackgallery-angular

Image gallery plugin

Blackgallery is a simple image gallery that can show upto 15 images using simple CSS and JS.

No zoom, no fancy effects.

Live demo

Check out live demo

This is from a config.json file that reads like this. File is situated in root of project(where index.html lives).

 [{
         "src": "https://source.unsplash.com/random?sig=2",
         "alt": "Beautiful scenery I "
     },
     {
         "src": "https://source.unsplash.com/random?sig=4",
         "alt": "Beautiful scenery II "
     },
     {
         "src": "https://source.unsplash.com/random?sig=3",
         "alt": "Beautiful scenery III "
     },
     {
         "src": "https://source.unsplash.com/random?sig=1",
         "alt": "Beautiful scenery IV "
     },
     {
         "src": "https://source.unsplash.com/random?sig=45",
         "alt": "Beautiful scenery V "
     },
     {
         "src": "https://source.unsplash.com/random?sig=37",
         "alt": "Beautiful scenery VI "
     },
     {
         "src": "https://source.unsplash.com/random?sig=20",
         "alt": "Beautiful scenery VII "
     },

 ]

Contact

You can DM me on Twitter for help/suggestions.

You can follow me for updates.

Tweet this to followers

Buy me a coffee to accelerate development

1.0.5

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago