Apr 04, 2014 in Lightbox 2899 views
Lightweight, animated lightbox plugin for jQuery JavaScript library.Getting zerobox up and running is easy. The plugin only requires that include its source on your pages and give its method a link it will use to invoke the lightbox.
Getting Zerobox up and running is easy. The plugin only requires that you include its source on your pages and give its method a link it will use to invoke the lightbox. A basic ligthbox image link could look something like the following:
<a class="zerobox" href="image.jpg"> <img src="image-thumb.jpg" /> </a>
After which you can target the .zerobox class with the plugin:
$('a.zerobox').zerobox();
Any image linked by a.zerobox gets displayed in a lightbox when the link is clicked.
Tagged with:
zerobox
lightweight
animated
lightbox
lightweight lightbox
animated lightbox
lightbox plugin
dialog
modal window
Related Articles