<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cool Javascripts &#187; lightbox clones</title>
	<atom:link href="http://cool-javascripts.com/tag/lightbox-clones/feed" rel="self" type="application/rss+xml" />
	<link>http://cool-javascripts.com</link>
	<description>The best javascripts for your site</description>
	<lastBuildDate>Tue, 22 Mar 2011 14:35:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Which is the best lightbox clone for jQuery ?</title>
		<link>http://cool-javascripts.com/galleries/which-is-the-best-lightbox-clone-for-jquery.html</link>
		<comments>http://cool-javascripts.com/galleries/which-is-the-best-lightbox-clone-for-jquery.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 22:08:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Galleries]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[lightbox clones]]></category>

		<guid isPermaLink="false">http://cool-javascripts.com/galleries/which-is-the-best-lightbox-clone-for-jquery.html</guid>
		<description><![CDATA[Lightbox is a script made by Lokesh Dhakar which is one of the most popular way for showing images or image galleries. The original lightbox script was written using prototype and script aculous javascript libraries. So the main problem is, we need to include these two libraries (almost 100 KB) again even if we&#8217;re using [...]


Related posts:<ol><li><a href='http://cool-javascripts.com/galleries/three-lightbox-clones-for-mootools.html' rel='bookmark' title='Permanent Link: Three lightbox clones for Mootools'>Three lightbox clones for Mootools</a> <small>Just like jQuery, Mootools also has some nice lightbox clones...</small></li><li><a href='http://cool-javascripts.com/effects/image-flow-09.html' rel='bookmark' title='Permanent Link: Image Flow 0.9'>Image Flow 0.9</a> <small> Image flow is inspired by Apple&#8217;s cover flow. The...</small></li><li><a href='http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for showing image gallery'>10 jQuery plugins for showing image gallery</a> <small>An image gallery is part of the modern web 2.0...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.lokeshdhakar.com/projects/lightbox2/">Lightbox</a> is a script made by Lokesh Dhakar which is one of the most popular way for showing images or image galleries. The original lightbox script was written using <a target="_blank" href="http://www.prototypejs.org/">prototype</a> and <a target="_blank" href="http://script.aculo.us/">script aculous</a> javascript libraries. So the main problem is, we need to include these two libraries (almost 100 KB) again even if we&#8217;re using jQuery. Certainly, this is not the best way. Thank fully, some programmers realized the situation and made the clones using jQuery. The effects and functionality are almost similar to lightbox but the only difference is, it uses jQuery library instead of prototype. The size of a compressed jQuery library is only 25KB. </p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/01/lightbox-clones.jpg" /></p>
<p>Here, I am reviewing three of the lightbox clones. <span id="more-61"></span></p>
<h3>jQuery Lightbox Plugin <em>(balupton edition)</em></h3>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/01/lightbox-b2.jpg" /></p>
<p><b>Specifications</b></p>
<table>
<tbody>
<tr>
<th>
Dependencies</th>
<td>jQuery</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 13KB (compressed)</td>
</tr>
<tr>
<th>Grouping of Images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Keyboard Navigation</th>
<td class="alt">Supported (Arrow keys &amp; Esc)</td>
</tr>
<tr>
<th>Transition Effects</th>
<td class="alt">Yes</td>
</tr>
<tr>
<th>Description for images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Image Resize</th>
<td class="alt">Yes, automatically resizes to fit in browser</td>
</tr>
<tr>
<th>Description for images</th>
<td class="alt">Supported</td>
</tr>
<tr></tr>
<tr>
<th>Supported Browsers</th>
<td class="alt">Firefox 2+3, IE6+7, Safari 3, Opera 9.5</td>
</tr>
<tr></tr>
<tr>
<th>Restrictions</th>
<td>No (GPL license)</td>
</tr>
<tr></tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://www.balupton.com/sandbox/jquery_lightbox/">Open</a>  | <a class="opennew" href="http://www.balupton.com/sandbox/jquery_lightbox/" target="_blank">Open in new window</a></td>
</tr>
<tr></tr>
<tr>
<th>Info &amp; Download</th>
<td><a class="opennew" href="http://plugins.jquery.com/project/jquerylightbox_bal" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<p class="note">This plugin is easy to use and supports automatic resizing of images(But no option to show unresized image). It is slightly heavier than the other two. </p>
<h3>jQuery Lightbox by Leandro Vieira Pinho</h3>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/01/lightbox-l.jpg" /></p>
<table>
<tbody>
<tr>
<th>
Dependencies</th>
<td>jQuery</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 7KB (compressed)</td>
</tr>
<tr>
<th>Grouping of Images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Keyboard Navigation</th>
<td class="alt">Supported (Arrow keys &amp; Esc)</td>
</tr>
<tr>
<th>Transition Effects</th>
<td class="alt">Yes</td>
</tr>
<tr>
<th>Description for images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Image Resize</th>
<td class="alt">No</td>
</tr>
<tr>
<th>Description for images</th>
<td class="alt">Supported</td>
</tr>
<tr></tr>
<tr>
<th>Supported Browsers</th>
<td class="alt">Firefox 2+3, IE6+7, Safari 3, Opera 9.5</td>
</tr>
<tr></tr>
<tr>
<th>Restrictions</th>
<td>No </td>
</tr>
<tr></tr>
<tr>
<th>Demo &amp; Download</th>
<td><a class="opensame" rel="shadowbox" href="http://leandrovieira.com/projects/jquery/lightbox/">Open</a>  | <a class="opennew" href="http://leandrovieira.com/projects/jquery/lightbox/" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<p class="note">One problem I noticed with this script is, the images are not centered correctly in some cases (Try with an image that almost fits the browser client area). Also it doesnot support image resize. So if a large image is used, one needs to scroll the window to see the whole image. The good side is, it is very light and configurable. Unlike the others, the lightbox should be invoked for the required elements. So you need to use a simple jquery statement to invoke the lightbox (Very simple and fully documented)</p>
<h3>Pretty Photo by Stephane Caron</h3>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/01/lightbox-prettyphoto.jpg" /></p>
<table>
<tbody>
<tr>
<th>
Dependencies</th>
<td>jQuery</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 9KB (compressed)</td>
</tr>
<tr>
<th>Grouping of Images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Keyboard Navigation</th>
<td class="alt">Supported (Arrow keys &amp; Esc)</td>
</tr>
<tr>
<th>Transition Effects</th>
<td class="alt">Yes</td>
</tr>
<tr>
<th>Description for images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Image Resize</th>
<td class="alt">Yes</td>
</tr>
<tr>
<th>Flash Support</th>
<td class="alt">Yes</td>
</tr>
<tr></tr>
<tr>
<th>Supported Browsers</th>
<td class="alt">Firefox 2+3, IE6+7, Safari 3, Opera 9.5</td>
</tr>
<tr></tr>
<tr>
<th>Restrictions</th>
<td>No </td>
</tr>
<tr></tr>
<tr>
<th>Demo &amp; Download</th>
<td><a class="opensame" rel="shadowbox" href="http://www.no-margin-for-errors.com/projects/prettyPhoto/">Open</a>  | <a class="opennew" href="http://www.no-margin-for-errors.com/projects/prettyPhoto/" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<p class="note">It looks very good. The animations, centering and resizing of images, are perfectly done. The default styles are also fine. One thing I like is, it automatically resizes the image and an icon is shown in the image to expand it to original size (Very good feature, just like <a href="/modal-windows/highslide-the-best-image-gallery-script.html">Highslide</a>). Also, it is always centered even if the window is scrolled. But here I suggest to use the jQuery easing plugin for better effects. </p>
<p><b>Conclusion</b></p>
<p>As we can see, <b>Pretty Photo</b> is the best considering the features. It also supports flash. The default styles are also nice. So in my opinion, it is the best lightbox clone for jQuery. What do you think? Please let me know your thoughts.</p>


<p>Related posts:<ol><li><a href='http://cool-javascripts.com/galleries/three-lightbox-clones-for-mootools.html' rel='bookmark' title='Permanent Link: Three lightbox clones for Mootools'>Three lightbox clones for Mootools</a> <small>Just like jQuery, Mootools also has some nice lightbox clones...</small></li><li><a href='http://cool-javascripts.com/effects/image-flow-09.html' rel='bookmark' title='Permanent Link: Image Flow 0.9'>Image Flow 0.9</a> <small> Image flow is inspired by Apple&#8217;s cover flow. The...</small></li><li><a href='http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for showing image gallery'>10 jQuery plugins for showing image gallery</a> <small>An image gallery is part of the modern web 2.0...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cool-javascripts.com/galleries/which-is-the-best-lightbox-clone-for-jquery.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

