So this plugin would allow you to create a really good looking lightbox for your images. It is worth giving a try.
Website : Cyber Freax Live Demo : Demo
- Completely Responsive
- Very Easy To Implement
- Very small footprint of 4.7 KB
- Responds to your KeyStrokes
- Includes Image Slider
This plugin is very easy to implement. Just make sure that the images folder, picturebox.js and picturebox.css files are on the same directory.
<link rel = "stylesheet" href = "includes/picturebox.css">
<script src = "includes/jquery.js"></script>
<script src = "includes/picturebox.js"></script>
<div class = "lightbox">
//Your Images Here
</div>
To put it much simpler just wrap every image that you want to view in the lightbox with a div of class lightbox. Simple as that !
Developer: Srivathsan