10 Mootools plugin for showing image gallery

March 3, 2009 by admin · 8 Comments
Filed under: Galleries, MooTools 

In the previous post, I discussed about jQuery plugins for showing image gallery. This time, I checked for Mootools alternative. Like jQuery, I was able to found gallery plugins which have similar functionality. Listing 10 of them. Pick one that suits your need.

You might also want to check these posts,

Read more

10 jQuery plugins for showing image gallery

February 9, 2009 by admin · 12 Comments
Filed under: Galleries, jQuery 

An image gallery is part of the modern web 2.0 design. There are many ways to show it. For eg: thumbnail listing of images – clicking will show the corresponding large image in an overlay div – like lightbox. The other method is, list images inline – no popups.

Here I’ve listed 10 jQuery plugins which can be used for this type of gallery. All these plugins can show images with some transition effects. I didn’t consider lightbox like (popup) scripts. But you may be interested in the following articles.

Read more

Three lightbox clones for Mootools

January 6, 2009 by admin · 3 Comments
Filed under: Galleries, MooTools 

Just like jQuery, Mootools also has some nice lightbox clones available.
When compared with jQuery alternatives, one option I found to be missing is the ability to resize image according to the browser window.

You might also want to check the following post

Which is the best lightbox clone for jQuery Read more

Agile Carousel – Custom carousel with excellent options

January 4, 2009 by admin · 2 Comments
Filed under: Effects, Galleries, jQuery 

Agile Carousel is a jquery plugin which enables you to create a custom carousel with many many different transition & easing options. It has lots of configurable options like customization of controls, timer, easing type, transition type etc. It does not require jQuery UI plugin but it is recommended for excellent transitions of slides.

We need to specify a directory where slides are stored. The slides can be (X)HTML, images or flash. Read more