If you Like it, Please Share! :)




Overview

VisualLightBox is a free software that helps you easily generate online photo albums, website albums with a nice Lightbox-style overlay effect, in a few clicks without writing a single line of code.

Just drag&drop your photos into VisualLightBox wizard window, press "Publish" and your own web page album script with beautiful LightBox effects will open in the browser at once!
No image editing, html coding, css, javascript, just a click to get your best web site album ready.

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 photo gallery above is an in-page usage demo of Lightbox gallery. The gallery created with VisualLightbox wizard is placed inside the page layout. You can also check the full-page demo lightbox gallery. This example takes whole browser area to show the lightbox gallery.web page gallery programThe photo gallery above is an in-page usage demo of Lightbox script. The website gallery created with VisualLightbox wizard is placed inside the website page. You can also check the full-page demo web gallery. This example takes whole browser area to show the website gallery.

How to Use

Adding folders with images or images to best web site album.


From the Images menu, select Add images... Browse to the location of the folder you'd like to add and select the images. VisualLightBox will now include that folder. Or you can move the images (folder) to the VisualLightBox wizard window. The image is copied to your pictures folder and automatically added to your website gallery.

If you have included the images that you do not wish to be in the web photo gallery, 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 VisualLightBox.

Add Images To Gallery


Adding caption.

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

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

Editing capabilities.

In this css web site album 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 editor. 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 set up 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 VisualLightBox wizard, 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.

add photo album to web site Like Lightbox

Download VisualLightbox

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

VisualLightBox is free for non-commercial use.

A small fee is required for business use. VisualLightBox Business Edition additionally provides an option to remove the VisualLightBox. Com credit bar as well as a feature to put your own logo to images. After you conclude the payment via the secure order form, you will receive a license key instantly by email that turns the VisualLightBox Free Edition into a Business one. You can select the most appropriate payment method: bank transfer, PayPal, check, 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.

album on a web site

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, feature requests, troubleshooting contact Customer Support at Make sure to include details on your operating system, browser, a link (or relevant code) and VisualLightbox version.free album web page templates

Feedback

    * I have installed visual lightbox to trial. All good, loving it!! I want to get an business version of your great programm. I love it - soo easy to use!!

    * I am thrilled with what this tool can do for me thanks for all the hard work that must have gone into it.

    * I find Visual LightBox (and lightbox2) a great tool and was about to proceed in its purchase.ajax net photo

    * 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.

FAQ

Q:How do I embed the lightbox image gallery into an existing page?

A:To install VisualLightBox gallery on your page you should:

1. Create your gallery in VisualLightBox and publish it on a local drive in any test folder.
2. Open index.html file from the saved folder in any text editor.
3. Copy code for the HEAD section and paste it inside the HEAD section of you own webpage, for example:

<head>
...
<!-- Start VisualLightBox.com HEAD section -->
<link rel="stylesheet" href="engine/css/vlightbox.css" type="text/css" />
<style>#vlightbox a#vlb{display:none}</style>
<link rel="stylesheet" href="engine/css/visuallightbox.css" type="text/css" media="screen" />
<script src="engine/js/jquery.js" type="text/javascript"></script>
<script src="engine/js/jquery.tools.min.js" type="text/javascript"></script>
<script src="engine/js/visuallightbox.js" type="text/javascript"></script>
<!-- End VisualLightBox.com HEAD section -->

...
</head>


4. Copy code for the BODY section and paste it inside the Body section of you own webpage in the place where you want to have a gallery, for example:

<body>
...
<!-- Start VisualLightBox.com BODY section -->
<div id="vlightbox">
<a rel="lightbox_vlb" href="data/images/dscn6831.jpg" title="DSCN6831"><img src="data/thumbnails/dscn6831.png"><span></span></a>
<a rel="lightbox_vlb" href="data/images/dscn6823.jpg" title="DSCN6823"><img src="data/thumbnails/dscn6823.png"><span></span></a>
<a rel="lightbox_vlb" href="data/images/dscn6819.jpg" title="DSCN6819"><img src="data/thumbnails/dscn6819.png"><span></span></a>
<a id="vlb" href="http://visuallightbox.com">Photo Gallery For Web by VisualLightBox.com v2.1</a>
</div>
<!-- End VisualLightBox.com BODY section -->

...
</body>


5. Copy 'data' folder with images and thumbnails and 'engine' folder with .css and .js files into the same folder with your own webpage.
You can find the example on our website:
http://www.visuallightbox.com/#example



RELATED

Lightbox Web Photo Gallery | Actions and Automation ... Using the Lightbox JS javascript library and the Web Photo Gallery we can easily create a ... I would like to use that one instead of the lightbox pop up. ...

Dynamic Drive DHTML Scripts- Lightbox image viewer 2.03 Description: Lightbox Image Viewer 2.0 expands upon Lightbox Image Viewer with a few new features. ... And like before, this script supports optional caption display, plus ...

57+ Free Image Gallery, Slideshow And Lightbox Solutions Choose between more than 57+ free javascript, ajax, css, jquery, flash based image ... in 3 big categories like Ajax, JavaScript and Lightbox based galleries, CSS based ...

PurchasePics.com | High Quality Photos for Graphic Artists ... High Quality Images Photographs for Graphic Artist. Royalty-Free Images. Low Price & Great Features like Lightbox. www.PurchasePics.com

The Lightest Lightbox The last installment of this series discusses the lightest implementation of Lightbox. While it is stripped of all the bells and whistles, you are free to add them if ...

Page 3: Highslide JS PhotoGallery (like Lightbox but better!) Page 3: Highslide JS PhotoGallery (like Lightbox but better! ... I would like you to give me feedback on this page by commenting in the appropriate ...

Frontbox, lightbox-like script Frontbox is a "lightbox like" script. I develloped my own version in order to get the ... name: if you'd like to use next/previous actions, you have to specify ...

How to Make a Photography Light Box | eHow.com They use a photo light box, sometimes called a tent. You can assemble your... Sometimes natural light, like from a patio door will work too, but I like the clamp-ons ...

57+ Free Image Gallery, Slideshow And Lightbox- Ajax Finder ... Lightbox is a simple, unobtrusive script used to overlay images on the current ... of images on the page or using the href of an a tag like the Lightbox. ...

Lightbox Let Lightbox manage your photos, and don't ever forget where you stored an image again! ... drawer) + slide sheet method of organization will also like Lightbox. ...

JavaScript Image Slideshow Galleries Like Lightbox Lightbox the original (requires Prototype and script.aculo.us) ... Lightbox Plus like Lightbox 2 but will resize the image to fit the window ...

s-box.js yet another Lightbox clone, Free Download! :: 1 ... Lightbox like javascript with jQuery and SimpleModal ... s-box.js functions just like Lightbox does. The script is 12 kb (min) and it uses jQuery and SimpleModal plugin. ...

Posts Tagged Lightbox' Nivo Zoom is a Lightbox-like but simpler image zooming jQuery plugin from the developers ... Clearbox 3 is a Lightbox-like modal box script to display images, ...

View the 'info' div in the Facebox Why another lightbox? Because we wanted, nay, needed a Facebook-style lightbox on FamSpam. ... you might want to tweak some styles -- like making the h1 positioned absolutely? ...

How to Create an Inexpensive Photography Lightbox (with ... wikiHow article about How to Create an Inexpensive Photography Lightbox. ... from above, cut the bottom of the box like the sides and top, and cover with tissue paper. ...