Minimit Gallery is a highly customizable, library agnostic plugin that does galleries, slideshows, carousels, slides… pratically everything that has multiple states, in less than 10KB.

Using Minimit Gallery you have more time to focus on the ideation and the dynamics of your interface, all the logic functionality instead is managed by the plugin. It’s designed for advanced Javascript programmers because you need to code all the animations and the css of the gallery.

To understand how to use this plugin see the 2.0 guide, the snippet source code and the demo source code.

If you use this plugin it’s recommended to check Javascript activation and browser support. Tested on IE7+, Firefox, Safari and Chrome. Licensed under the MIT license.

Download Source

Minimit Gallery Plugin

See Demo

Minimit Gallery Plugin

Release Notes

Version 2.0
Rewrote with classes, with better performances and api
Made it library agnostic

Version 1.05
Added optional anchorize argument to the init function if you want to implement url anchors to remember position

Version 1.04
Requires Jquery 1.7 now: changed live events with on events
Fixed automatic with hover and out
Activated now must be set on click, hover and out and will call respectively _click_init, _hover_init, _out_init
Added mg_pauseautomatic e mg_resumeautomatic
Now prevshow and nextshow gets called properly
Added linkedmultiply to arguments
Added prevclick and nextclick functions

Version 1.03
Now automatic time goes to pause also if the interaction is a linked one
Now you can set less or plus to 0

Version 1.02
Prevtosteps and nexttosteps now works properly

Version 1.01
Fixed IE bug with automatic interval
added automaticinverse argument on mg_init