Hi again,

regarding the problem and author notices in parallel thread we can use
following fix

        if (!this.options.isFixedSize) /* +++  */
                $(window).unbind('resize', this.funcResize).bind('resize',
this.funcResize);

and use isFixedSize option to control jCarousel behaviour.

Reply via email to