http://pfisterresource.com/
This Grid Gallery at the top of the page currently only rotates to the next 4 images if you click the arrow(s). Could someone edit the code and make it rotate automatically every few seconds? (and pause on hover)
Agus Setiawan answers:
hi, let me help you. please send me an access to your dashboard,
need to put something like this :
function auto_next() {
$('#tj_next').data('scrollable').next();
setTimeout(auto_next, 1000); // 1000 == one second
}
auto_next();
thank you.
Duncan O'Neill answers:
Hi,
I've played around with the coding for this plugin ( which seems to come from [[LINK href="http://tympanus.net/codrops/2011/06/09/grid-navigation-effects/"]]http://tympanus.net/codrops/2011/06/09/grid-navigation-effects/[[/LINK]]. I can't see any built-in options for auto-starting or looping.
I suggest you use another jQuery slider from [[LINK href="http://sorgalla.com/jcarousel/"]]http://sorgalla.com/jcarousel/[[/LINK]] . I've used this successfully on [[LINK href="http://electrotrade.co.nz/"]]another project[[/LINK]], and it works fine , with more than enough built-in options. Including auto-starting, and looping.
I can do this for you with FTP access. Please message me if you're interested.
best,
Duncan O'Neill