Animated Fullscreen Lightbox Plugin For jQuery - Zerobox

File Size: 32.5 KB
Views Total: 1490
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Animated Fullscreen Lightbox Plugin For jQuery - Zerobox

zerobox is a lightweight and animated jQuery lightbox plugin that displays the large version of your image with fullscreen overlay effect. Click the image or blank area of the page will close the lightbox overlay.

How to use it:

1. Include jQuery library and jQuery Zerobox plugin on the page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="zerobox.js"></script>

2. The html

<a class="zerobox" href="1.jpg"> <img src="1.jpg" width="100" /> </a> 

3. Call the plugin

<script>
$(function() {
$('.zerobox').zerobox()
});
</script>

This awesome jQuery plugin is developed by kolodny. For more Advanced Usages, please check the demo page or visit the official website.