I came over a issue while using jCarouselLite with Bootstrap responsive.
The plugin initialization is basic:
$("#slider").jCarouselLite({
auto: 800,
speed: 1000,
visible: 4
});
I have created a demo here where everything is working very fine, but when you resize the browser to a point where a grid column spans over full width, you will notice that the jCarouselLite elements starts acting funny.
The elements width are supersized.
Same can be viewed from the jsfiddle version too.
I have attached a image showing the size:
Any fix?