If you Like it, Please Share! :)
Overview
Visual jQuery LightBox is a free software 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 to Visual jQuery LightBox application window, press "Publish" and your own cool web page album with beautiful LightBox effects will open in the browser instantly!
No javascript, image editing, css, html coding, just a click to get your css web site album ready.
Visual LightBox is available as Prototype or jQuery plugin, for Windows and Mac, it is translated by volunteers to 25 languages!
Want more?
- jQuery plugin or Prototype extension
- Floating and smooth cross-fade animation
- Slideshow with autostart option
- Windows & MAC version
- Zoom effect with overlay shadow
- Rounded corners of overlay window
- Large images fit to browser window
- A lot of nice gallery themes
- Image rotating and hi-quality image scaling with anti-aliasing
- Automatic thumbnail creation
- Adding caption
- Built-in FTP
Example
Lightbox gallery sample
The following image set is generated by VisualLightbox. Click any picture to run Lightbox gallery.
The sample above is an in-page usage demo of Lightbox tool. The slideshow created with Visual jQuery Gallery application is placed inside the page layout. You can also check the full-page demo website gallery. This example takes whole browser area to show the web gallery.Jquery Open Aspx Form In Popup
How to Use
Adding folders with images or images to website image 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 add the images (folder) to the jQuery LightBox Gallery application 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 online 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.

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 cool web page album software 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 css web site 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 generated 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 wizard, you'll be asked if you want to save your project. The project consists of the pictures you choose to put on your website image 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 Nf Lightbox With Play Button Deep Zoom JqueryDownload VisualLightbox
for Windows | 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 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 e-mail that turns the Visual jQuery LightBox Free Edition into a Business one. You can select the most appropriate payment mode: bank transfer, credit card, check, PayPal 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.
|
| |||||||||||||||||||||||||||||||
Support
For general help, feature requests, troubleshooting contact Customer Support at
Make sure to include details on your jQuery LightBox version, operating system, a link (or relevant code) and a browser.Jquery Window Popup Onload Web
Feedback
* I have just bought this product and think it is great. As it is extremely easy to use it is something I could get my clients to purchase to upload their own portfolio and latest projects etc.
* 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...
* I would like to say that VisualLightbox is a stunning lil program! Its almost too good to be true i'd say! I've been looking for tutorials to create a lightbox gallery, but just couldnt come right. Im so glad i found VisualLightbox!Dhtml Image Enlarge Hover Example
* First of all, your product is fantasitc. I looked at the others and your code generator app was insanely easy to use.
FAQ
Q:How do I embed the lightbox image gallery into an existing page?
A:To install VisualLightBox gallery on your page you should: <head> <body>
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:
...
<!-- 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>
...
<!-- 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>
You can find the example on our website:
http://www.visuallightbox.com/#example
SEE ALSO
Building a Silverlight Deep Zoom Application | Switch on the Code What Deep Zoom Composer generates for you is a couple of different things. jQuery; JSON; LINQ; Lua; MXML; MySQL; Neat Software; Neat Websites; Objective-C; OpenGL ES
Deep Zoom Composer Features Adding Links, Creating Menus, and The new release of Deep Zoom Composer contains a lot of new features. Due to time jQuery Mobile for Smartphones & Tablets: A Touch-Optimized Web Framework
deep zoom : Underbelly Silverlight Deep Zoom is perfect for this as it allows the end user to explore the jquery; Kinect; las vegas; linkedin; mars; messenger; messenger connect; microsoft; mix
Visualizing O'Reilly with Silverlight Deep Zoom | Switch on the In case you don't already know, Deep Zoom, which is based on Microsoft Lab's Seadragon jQuery; JSON; LINQ; Lua; MXML; MySQL; Neat Software; Neat Websites; Objective-C; OpenGL ES
MIX08: Deep Zoom, Deepfish, Deep Mystery - InsideRIA I've been looking for additional detail on Deep Zoom, a new Silverlight feature and jquery; lcds; livecycle data services; management; map; microsoft; mobile; open source
Think Vitamin Deep Zoom Competition: Find Ryan and Win! Deep Zoom Competition: Find Ryan and Win! By Keir Whitaker you to check out, be sure to scroll around and zoom in tutorials on CSS3 (18 videos) by @bbodien and jQuery (8
October 2008 - Posts - Damon Wilder Carr Technorati Tags: sharepoint, MOSS, Sharepoint 2007, office 2007, office xml, deep zoom, The new ASP.NET MVC download will also distribute it, and add the jQuery library by
Introducing Deep Zoom Composer This tutorial is an introduction to the Deep Zoom Composer and how to use it to build ASP.NET MVC & JQuery
Use JQuery. Its Officially Supported Now! - Damon Wilder Carr Going forward we'll use jQuery as one of the libraries used to implement higher Deep Zoom; Digital Media; domain.dot.net; Financial Services; H.264; HashSet; hd; HD Video
Building a Silverlight Deep Zoom Application | Switch on the Code What Deep Zoom Composer generates for you is a couple of different things. jQuery; JSON; LINQ; Lua; MXML; MySQL; Neat Software; Neat Websites; Objective-C; OpenGL ES
Visualizing O'Reilly with Silverlight Deep Zoom | Switch on the In case you don't already know, Deep Zoom, which is based on Microsoft Lab's Seadragon jQuery; JSON; LINQ; Lua; MXML; MySQL; Neat Software; Neat Websites; Objective-C; OpenGL ES
Building Zoom and Pan Enabled Silverlight Applications with Deep JQuery Building Zoom and Pan Enabled Silverlight Applications with Deep Zoom Composer
Introducing Deep Zoom Composer This tutorial is an introduction to the Deep Zoom Composer and how to use it to build ASP.NET MVC & JQuery
MIX08: Deep Zoom, Deepfish, Deep Mystery - InsideRIA I've been looking for additional detail on Deep Zoom, a new Silverlight feature and jquery; lcds; livecycle data services; management; map; microsoft; mobile; open source
Images You'll remember Deep Zoom, a format which lets you explore an image easily no matter Dynamic Drag'n Drop With jQuery And PHP; Free Admin Template For Web Applications








