AltynbekKZ / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 1 forks source link

Change settings after initialize #261

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Not really an issue, but I couldn't find any support forums. 

Is there a way to change the defaults such as number of thumbnails after 
initialisation?

e.g. 

$('.changeTo16').live('click', function(){
   //set gallerific stuff
   numThumbs:  16
});

$('.changeTo8').live('click', function(){
   //set gallerific stuff
   numThumbs:  8
});

etc...

Original issue reported on code.google.com by dean...@googlemail.com on 16 Dec 2011 at 5:42