Home > Javascript, PHP > Modify Jquery Based Gallery

Modify Jquery Based Gallery

July 18th, 2009

I’m working on modifying a jQuery based gallery called Galleriffic. The documentation can be found at the following link:

http://www.twospy.com/galleriffic/index.html

Essentially, the gallery works great, with three exceptions:
1) Only one gallery can be displayed per page. I’d like to display multiple galleries per page (helpful in a blog format).
2) Thumbnails flicker upon page load… I’d like to prevent flickering.
3) URL is appended with the number of the image that’s being loaded… I don’t want any #numbers to appear upon load.

Regarding the multiple gallery issue, the author had this to say:
“I haven’t tried multiple albums on a single page. I would think it would work though, you just need to make sure you call the galleriffic init function on different elements, for example:
$(‘#gallery1′).galleriffic.init(


Modify Jquery Based Gallery

Comments are closed.
Bear