[jQuery] jCarousel

[jQuery] jCarousel


Hi thanks Torstein for your reply on my personal Mail ID regarding
using Hi-slide along side jCarousel , what i would like to know is
a) jCarousel displays only three images in the scroll can i increase
it to to say five
b) when i use Hi-slide as my default gallery viewer will all the
functions of Hi-slide come into effect?? do i have to d\enable it with
some script apart from what you have suggested in my mail
see below
<snippet>
First, add the JS and the CSS for the page like in the Highslide
download examples.
Second, find this in the jCarousel example:
// Apply thickbox
tb_init(item);
Change it to:
// Apply Highslide
item.onclick = function () {
return hs.expand(this);
};
Best regards,
Torstein Hønsi
</snippet>
thanks in advance
maddy