Matt Gifford aka coldfumonkeh | Consultant Developer
View Github Profile


jQuery GallerificPlus V0.4 Release

Sep 21, 2009

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.


Latest Blog Posts

Jul 16, 2020
Github Actions with CommandBox and TestBox
Read More
Jul 9, 2020
Azure pipelines with CommandBox and TestBox
Read More
Dec 23, 2019
CFML content moderation detection component library
Read More