This is a cosmetic change but it is very useful. We install this plugin and all images on our website starts to grow larger with nice JS effect. You can see how it works on my blog. Original effect is here: lightbox2. Lightbox JS version 2.0 is a plugin for WordPress, that we can switch on and profit from it on all images without editing the source. The images now grow with superb effect which makes our site nice and more modern.
Example:
How to activate :
1. Add a rel=”lightbox” attribute to any link tag to activate the lightbox. For example:
<a href=”images/image-1.jpg” rel=”lightbox” title=”my caption”>image #1</a>
Optional: Use the title attribute if you want to show a caption.
2. If you have a set of related images that you would like to group, follow step one but additionally include a group name between square brackets in the rel attribute. For example:
<a href=”images/image-1.jpg” rel=”lightbox[roadtrip]”>image #1</a>
<a href=”images/image-2.jpg” rel=”lightbox[roadtrip]”>image #2</a>
<a href=”images/image-3.jpg” rel=”lightbox[roadtrip]”>image #3</a>
Original Website : http://www.huddletogether.com/projects/lightbox2
( source : http://silentbits.com )
