carouFredSel-jQuery
carouFredSel-jQuery copied to clipboard
A circular, responsive carousel plugin built using the jQuery.
I'm looking at ms_getParentSize() function: ``` javascript function ms_getParentSize($w, o, d) { var isVisible = $w.is(':visible'); if (isVisible) { $w.hide(); } var s = $w.parent()[o.d[d]](); if (isVisible) { $w.show(); }...
On of the item in my carousel dynamically updates its height, but carousel is still with wrong sizes. Is it possible to update carousel size dynamically when one of the...
Hi i am getting larger height than the items, even than the tallest item, and it's creating empty space at bottom of items. I tried many ways but bad luck....
Would it be possible to update the script so you can have multiple carousels on a page and use .each() and data attributes to customize them? I was looking at...
I have an issue with using a responsive caroufredsel slider: When I resize the browser window (or turn the mobile device), the image in the slider resizes, but not the...
When a carousel is created with only one item the progress bar gets wider than 100% because the perc variable, used in the progress bar css width declaration, keeps being...
if jQuery noConflict with "remove all" flag (set to true) is used, caroufredsel throws an error (invalid 'instanceof' operand jQuery) due de following mismatch: inside helper function "is_jquery" the instanceof...
When carousel item contains `` with `` and swipe is enabled when user tries to press on submit button it looks like pushed, saves this state and nothing happens after....
I see that as an issue that this plugin is not supported at all. You can't get answers for your problems. Otherwise it would be a great tool.
Hello! Thanks for awesome plugin, but it seems that i found a bug. $("#foo").carouFredSel({ scroll: { onAfter: function( data ) { data.items.new.addClass("active" ); } } }); data.items.new is undefined, after...