LightUp - A lightweight plugin base on jQuery.
Fullscreen - You have the option to allow fullscreen of the plugin for wider view of images
Download - You have the option to download the currently viewing image onto your computer
Information - You have the option to view information about the image , it been the size,date,time,name and others ...
<div id="light-up">
<a href="images/apple.jpg">
<img src="images/apple.jpg" alt="apple.jpg" data-img="images/apple.jpg">
</a>
<a href="images/balls.jpg">
<img src="images/balls.jpg" alt="balls.jpg" data-img="images/balls.jpg">
</a>
</div>
<script>
$("#light-up").LightUp({
useImageAsBackground:true,
hideHeader:true
});
</script>
useImageAsBackground: This allows the plugin to set the images as a background with blurred effect and animations. It uses
boolean values ( True or False).
hideHeader: This allows the plugin to set the header visibility, as to whether to show the header or fade the header. It
uses boolean values either True or False
Share - You will be able to share the currently viewing image with various platforms
Autoplay - You will be able to allow the images to play automatically
email : offeilord@gmail.com , acheampong.lord@yahoo.com