Responsive jQuery Gallery Plugin With Lightbox Effect - visage
File Size: | 118 KB |
---|---|
Views Total: | 1279 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |
visage is a responsive and flexible jQuery gallery plugin that displays a group of images with lightbox effect.
How to use it:
1. Include jQuery library and visage.js on your page
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript" src="./src/jquery.visage.js"></script>
2. Include required CSS file to style your gallery
<link rel="stylesheet" type="text/css" href="visage.css" />
3. Create html elements like below
<div id="images"></div>
4. Fire the plugin using jQuery selector
<script> $(document).ready(function () { $("#images").loadImages(function () { $("#images a").visage(); }); }); </script>
This awesome jQuery plugin is developed by mitar. For more Advanced Usages, please check the demo page or visit the official website.