Jcarousel can display more 3 images and also can scroll more than 1 image ! you just have to mention some parameter
$(<some_selector>).jCarouselLite({
btnNext: "<someId Or Class>",
btnPrev: "<someId Or Class>",
visible: 5,
scroll:4
});
With Regards,
Chandan Luthra
Intelligrape Software
On Sun, Dec 28, 2008 at 5:13 PM, maddy <postbox16@gmail.com> wrote:
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
No comments:
Post a Comment