Skip to content

The gallery is self-generated and this is similar to the behavior that has instagram

Notifications You must be signed in to change notification settings

camroga/Gallery

Repository files navigation

Gallery

Getting Started

  • Install NodeJs
  • Install dependencies: npm install --global gulp-cli bower

In the path, where do you have the project, execute the next code:

  • Run npm install
  • Run bower install
  • Run gulp serve to load Gallery view

Other instrucction:

  • Run gulp serve:test to run the tests in the browser
  • Run gulp to build your webapp for production
  • Run gulp serve:dist to preview the production buil

Steps for use the gallery plugin

  • add path css <link rel="stylesheet" href="source/gallery.css"> to your html file
  • add path js <script src="source/gallery.js"></script>>
  • add in your thml file the next lines code:
<div class="container"> 
  <div id="gallery" class="row"> 
  <div> 
  <div id="overlay"> 
  </div> 
</div>

One example how use Gallery

this file are the example of how you can start to use the plugin gallery

  • Now do you need to use the plugin gallery
  • the example the find in the index.html and index.js ,

Run project

  • Run gulp serve to load Gallery view

About

The gallery is self-generated and this is similar to the behavior that has instagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published