PDA

View Full Version : jquery image gallery/slider plugin



cinek
27-01-11, 10:24
does anyone know if there is a jquery image gallery/slider plugin that can be used multiple time on one page?

Dukey
27-01-11, 11:56
http://www.simplesli.de/

haven't tried this one personally but looks promising, helpful website too.

Stumbled upon this in the "Troubleshooting" page:


There have been reports of the plugin not handling multiple iterations of sliders well, wherein later sliders on the page wouldn't appear. What's actually happening is that the sliders are there and initialized, but since SimpleSlide doesn't always have a height or width measurement to go from, the plugin can't give the outer slide window its own dimensions. You can remedy this by giving the first image in each slider an explicit inline "height" and "width" attribute, e.g. <img src="image.jpg" height="100" width="100"/>

Which might come in handy :)

cinek
27-01-11, 20:33
has anyone tried this? I can't get it to work properly

Dukey
27-01-11, 22:02
Shall have a play around at work tommorow :)

Dukey
28-01-11, 10:18
Have managed to get it running, but had to alter the source code a little:

http://www.louisjohnson.co.uk/js/jquery.simpleSlide.js

Lines 163 and 176 were throwing errors for me, might have been my mark-up though. have put comments in where my changes are.

Hope this helps, else post/PM your HTML and I can see what I can do :)

cinek
28-01-11, 20:53
thanks, got it all working

njcsolutions
18-02-11, 22:10
yes, it can!