deNovo jQuery Lightbox

By default deNovo come with a built-in jQuery lightbox plugin called prettyPhoto.
Especially on corporate business websites a professional presentation of contents is of major importance. The built-in prettyPhoto jQuery lightbox plugin is simple and effective.
Open Lightbox With Text Link
Open any image in the lightbox using the following link structure:
<a href="http://your-domain.com/link-to-your-image.jpg" rel="prettyPhoto" title="Optionally set the title">Open me in lightbox</a>
Open more than one images with next and previous button:
<a href="http://your-domain.com/link-to-your-image-1.jpg" rel="prettyPhoto[mygallery]" title="Optionally set the title">Open me in lightbox</a>
<a href="http://your-domain.com/link-to-your-image-2.jpg" rel="prettyPhoto[mygallery]" title="Optionally set the title">Open me in lightbox</a>
Open Lightbox With Image Link
Of course you can also put this link around an image:
<a href="http://your-domain.com/image-to-open-in-lightbox.jpg" rel="prettyPhoto" title="title"><img src="http://your-domain.com/image-link.jpg" alt="Click Me!" width="240" height="240" /></a>
Open Videos in Lightbox
You can also open videos in the Lightbox.
<a href="http://www.youtube.com/watch?v=XjYEXgD36ao" rel="prettyPhoto" title="title"><img src="http://your-domain.com/image-link.jpg" alt="Video" width="620" height="100" /></a>
