jquery - Working with carouFredSel : items getting margin-right added -
To display the carousel for the item, I am using the code given below. 3 items should be displayed with scrolling feature
But I am facing the problem when I have less than 3 items in the carousel container As seen above, I have 2 items but only one is visible. I checked in firebug and is on more items, which is the margin Well-true: 190px so it's going out of the div width and therefore is not showing. Added CSS property for third item via javascript, add some property for it, etc. Any jQuery like The solution was not found. tabCarouselContainer.carouFredSel ({auto: false, height: "auto", width: "100 True, Br> Responsive: false, direction: "padding: empty, scroll: {item: 1, easiest: "Linear", fx: "scroll", duration: 500, timeout period: 500}, prev: {button: function () {return tab.find ('. Nav-prev');}}, next: {button: Function () {return tab.find ('.nav-next');}}
};
Comments
Post a Comment