Hi everybody!
I would like to know if it was possible to "improve" a bit the "jcarousel_thumb_nav" plug-in.
My suggestion consist in adding a 'vertical' parameter in the header of the function as done here:
printjCarouselThumbNav($thumbscroll=null, $width=null, $height=null, $cropw=null, $croph=null, $fullimagelink=null, $vertical='false')
And then add the parameter in the javascript:
JQuery(document).ready(function() { jQuery("#mycarousel").jcarousel({ vertical: , size: mycarousel_itemList.length, start: , scroll: , }); });
It would be great because I would like to used it in vertical mode in my theme.
Please let me know about this proposition.
Thanks
The Whole Life To Learn
Thank you for your answer. I prefer not to customize the plugin because I wish to propose my theme to the other ZenPhoto users when the theme is finished.
I will wait then or not use it.
Thanks again for your fast answer.
Thank you for the modification.
I just used this version for my theme :-)