Adobe Community Professional

jQuery lover & developer of
open source projects

jQuery GallerificPlus V0.4 Release


21.09.09 Posted in Components, jQuery by Matt

jQuery GallerificPlus V0.4 Release

I am pleased to announce the launch of the latest version of the jQuery plugin, gallerificPlus.

Following on from some fantastic comments and feedback from some users, I have added in the ability to set the image slideshow transitions to play as soon as the gallery is loaded.

By default, this is set to ‘true’ in the plugin. To disable the autoPlay, simply add one line to the gallery instantiation code within the HTML file, as below:

var gallery = $('#gallery').galleriffic('#navigation', {
delay:                          2000,
numThumbs:                12,
imageContainerSel:       '#slideshow',
controlsContainerSel:    '#controls',
titleContainerSel:          '#image-title',
descContainerSel:        '#image-desc',
downloadLinkSel:         '#download-link',
fixedNavigation:            true,
galleryKeyboardNav:     true,
autoPlay:                     false
});

There was also an issue with two of the selector classes within the plugin code that caused an incompatability issue with jQuery 1.3.2. This has also been addressed and now works with the previous jQuery versions as well as the latest.

The updated source code can be found on the gallerificPlus projects page.

Share and Enjoy:
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Twitter
  • Facebook


One Response to “jQuery GallerificPlus V0.4 Release”

  1. [...] This post was mentioned on Twitter by Janek Todoruk. Janek Todoruk said: RT: @elijahmanor: "jQuery GallerificPlus Plugin Update" by Matt Gifford" #tech #jquery http://j.mp/EB6iv [...]

Leave a Reply