If you Like it, Please Share! :)




Overview

Visual jQuery LightBox is a free wizard program that helps you easily generate online photo galleries, website albums with a nice Lightbox-style overlay effect, in a few clicks without writing a single line of code.

Just move your photos into Visual jQuery LightBox application window, press "Publish" and your own web photo gallery with beautiful LightBox effects will open in your browser instantly!
No html coding, image editing, css, javascript, just a click to get your cool web page album ready.

Visual LightBox is available as Prototype or jQuery plugin, for Windows and Mac, it is translated by volunteers to 25 languages!

Visual LightBox for Windows   Visual LightBox for MAC

Want more?

Example

Lightbox gallery sample

The following image set is generated by VisualLightbox. Click any picture to run Lightbox gallery.

The example above is an in-page usage demo of Lightbox gallery. The lightbox gallery created with Visual jQuery Gallery tool is placed inside the page layout. You can also check the full-page demo web gallery. This example takes whole browser area to show the web gallery.Jquery Lightbox Screensize

How to Use

Adding folders with images or images to cool web page album.


From the Images menu, select Add images... Browse to the location of the folder you'd like to add and select the images. jQuery LightBox Gallery will now include that folder. Or you can drag the images (folder) to the jQuery LightBox Gallery application window. The image is copied to your pictures folder and automatically added to your cool web page album.

If you have included the images that you do not wish to be in the website image album, you can easily remove them. Select all images that you wish to remove from photo gallery, and select Delete images. from the Images menu. You can pick and choose pictures by holding the CTRL while clicking the pictures you like.

You can also use your Vista Photo Gallery projects (. Vgal) in jQuery LightBox Gallery.

Add Images To Gallery


Adding caption.

When you select an image you'll see the various info about it, such as:

  • Caption - you can enter any comment or text about the image (up to 512 symbols) in the website photo gallery.
  • Path, Size - for each image, you will see the file name, full folder path; file size and date of last change.

Editing capabilities.

In this web photo gallery wizard you can easily rotate your pictures using "Rotate Left" and "Rotate Right" buttons.

Right click on the picture and select "Edit images." item to open the selected picture in your default graph tool. You can adjust the color of pictures, as well as fix red-eye and crop out unwanted parts of an image.

Gallery properties.

Change the name of your cool web page album, the size and quality of your pictures with Website Photo Gallery. From the Gallery menu, select Properties or use "Edit Gallery Properties" button on the toolbar.

On the first tab of the Gallery Properties window you can change the name of your website album and enable/disable the following properties: Slide Show, Auto play Slide Show, Zoom effect, Overlay Shadow.

On the second tab of the Gallery Properties window you can select the thumbnail you want to use, set the Thumbnails Resolution, Thumbnails Quality, Thumbnails Titles.

On the third tab of the Gallery Properties window you can select the templates, the size and quality of your pictures, set background color and change the watermark.

You can establish the various sizes for exported images.

Control the quality of output JPEG format image by defining output "Image quality" and "Thumbnail quality" parameters (0%100%).

Save your photo gallery as project file.

When you exit jQuery LightBox Gallery software, you'll be asked if you want to save your project. The project consists of the pictures you choose to put on your cool web page album and all your settings. It's a good idea to save the project, because that will allow you to change the project in case you decide to do something different with future galleries. So click Yes, then enter a name for your project. To select the location of your project, just click the Browse folders button and choose a different location. Then click Save.

Jquery Fade Navigation Bar Jquery Text Lightbox

Download VisualLightbox

Download Visual LightBox Download Free Edition
for Windows
Download Visual LightBox Download Free Edition
for MAC

Visual jQuery LightBox is free for non - commercial use.

A small fee is required for business use. Visual jQuery LightBox Business Edition additionally provides an option to remove the VisualLightBox. Com credit string as well as a feature to put your own logo to images. After you conclude the payment via the secure form, you will receive a license key instantly by email that turns the Visual jQuery LightBox Free Edition into a Business one. You can select the most suitable payment procedure: bank transfer, check, PayPal, credit card etc. Also you can get Business Edition for free if you help with translating Visual LightBox into your native language, please contact us at for more info.

Auto Image Slider Jquery

Buy Visual LightBoxBuy Business Edition
for Windows

$49
Single Website
$69
Unlimited Websites
Buy Visual LightBoxBuy Business Edition
for MAC

$49
Single Website
$69
Unlimited Websites

Support

For general help, troubleshooting and feature requests contact Customer Support at Make sure to include details on your operating system, browser, jQuery LightBox version and a link (or relevant code).Visual Jquery Lightbox

Feedback

    * I'm absolutely loving VisualLighbox Business and Video LightBox. Amazing, quick and painless, to create a custom, browser independent gallery. And it works first time - every time! Best value for money I've seen in quite a while...

    * First of all, your product is fantasitc. I looked at the others and your code generator app was insanely easy to use.

    * I ran into your website wile looking for a JavaScript to manage a personal Photo Gallery. I downloaded the trial version and immediately fell in love with your Visual Lightbox, it is one of the best products I’ve ever found; it is very user friendly and easy to use and creates great Photo Galleries.Jquery Hover Popup Div

    * Another programmes have incredible functionality but no fantastic interface like your product!

FAQ

Q:Is it possible to load a gallery from within image? So the gallery loads externally?

A:You should start the gallery onClick:

1) Add the following function into the <head> tag:

<script type="text/javascript">
function showLightBox()
{ Lightbox.start(document.getElementById('firstImage'));}
</script>

2) Specify the onClick event for the image (or link):
<img src="thumbnail_gr.jpg" onClick="javascript:showLightBox()" title="Click to see the demo" style="cursor: pointer;">
3) Set the ID for any image in your gallery (id="firstImage"), for example add it to the first image:
<a rel="lightbox_vlb" href="data/images/dscn6831.jpg" title="dscn6831" id="firstImage">
4) Use 'display: none;' property for your gallery in engine\css\vlightbox.css. Just change the following code:

#vlightbox a{
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
position:relative;
vertical-align:top;
margin:3px;
width:160px;
font-family:Trebuchet,Tahoma,Arial,sans-serif;
font-size:11px;
font-weight:normal;
text-align:center;
opacity:0.87;
}

to:

#vlightbox a{
display:-moz-inline-stack;
display:none;
zoom:1;
*display:inline;
position:relative;
vertical-align:top;
margin:3px;
width:160px;
font-family:Trebuchet,Tahoma,Arial,sans-serif;
font-size:11px;
font-weight:normal;
text-align:center;
opacity:0.87;
}

SEE ALSO


onclick with different href url for lightbox - jQuery Forum jQuery Support Portal onclick with different href url for lightbox <script type="text/javascript" src="http://ajax

NotesForLightBox <link href="css/nf.lightbox.css" rel="stylesheet" type="text/css" media="screen" /> keyToClose - (string) (c = close) Letter to close the jQuery lightBox

RDA Blogs - RDA Collaboration/Search Practice Group Team Blog <script type="text/javascript" src="_layouts/jquery/lightbox/js/jquery.lightbox-0.5.js"></script> <script type="text/javascript"> $(function() {$('#gallery a').lightBox(

Everything to know about building a jQuery Lightbox | Devin R How to build a jQuery lightbox! Today I want to talk about src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"></script> <style type="text/css"> #lightBox

Jquery Lightbox . jQuery LightBox Generator Facebox 1.2 Facebox is a jQuery-based, Facebook-style lightbox which can display images, Requires jQuery 1.2.1. <script src=" jquery.js" type="text/javascript"></script

Jquery Lightbox Text Visual LightBox Jquery Lightbox Text Visual LightBox. VisualLightBox! Enhance your website with online photo album software!

Rounding Up the Top 10 jQuery Lightbox Scripts This collection of jQuery scripts rounds up the top ten Lightbox image viewers based on the jQuery Javascript library and highlights the supported media of each

How-to: Create light box effect with jQuery & CSS | CSSJockey.com text/javascript" src="PATH_TO/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("a#show-panel").click(function(){ $("#lightbox

Facebox : jQuery lightbox Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote <a href="stairs.jpg" rel="facebox">text</a> Divs. View the info

JS and JQuery Conflict <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> //for the lightbox <script type="text/javascript" src

jQuery Lightbox Plugin (balupton edition) So alter our jQuery Lightbox include in step 4 to: <!-- Include Lightbox (Production) --> <script type="text/javascript" src="http://www.yoursite.com/some/where/jquery

jQuery Lightbox by 15 Days Of jQuery how to i make the lightbox appear in the main html page you have the code (the light gray div) the text tutorials to understand JQuery better such and jQuery Lightbox

How-to: Create light box effect with jQuery & CSS | CSSJockey.com text/javascript" src="PATH_TO/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("a#show-panel").click(function(){ $("#lightbox

jQuery.popeye an inline lightbox alternative | Christoph jQuery.popeye 2.0 has been released. Older Versions are shame that it creates scrollbars on the caption text will enjoy utilizing this, but I dont believe Lightbox

Jquery Lightbox Js Visual LightBox Lightbox 2 Text To Use Lightbox2 Lightbox2 To Thickbox 3 1 Jquery Lightbox Plugin Then click Save. album to web page Jquery Lightbox Js