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: <?php echo $vertical; ?>,
size: mycarousel_itemList.length,
start: <?php echo $imgnumber?>,
scroll: <?php echo $thumbscroll?>,
});
});
`
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
Comments
I will wait then or not use it.
Thanks again for your fast answer.
I just used this version for my theme :-)