rcarousel
rcarousel copied to clipboard
yet another jQuery UI carousel
Since rcarousel is dependent on a declared width and height, it doesn't work on responsive design-based websites. Is there a way to dynamically change those values to make it responsive?...
There should be an option to set only one parameter (say width) and the other (in this case: height) should automatically adjust itself, so it doesn't stretch the image
When elements on carusel is less then visible option it did not shows none elements sample: ``` HTML ``` ``` JavaScript jQuery(document).ready(function(){ jQuery("#categoryCarusel").rcarousel({ visible: 3, }); }); ```
this carousel not works with more then one instance of carousel. for example, if you have 3 carousels at your page, only the first carousel works. The other two execute...
I got this issue on Mozila firefox when i use multcarusel on page.. in chrome it works well. TypeError: data.lastPage[i] is undefined if ( data.lastPage[i].get(0) === page[i].get(0) ) { jquery...usel.js...
When called rcarusel in empty div, this broken and breaks window on browser. sample: ``` HTML ``` ``` JavaScript jQuery(document).ready(function(){ jQuery("#childCategoryCarusel").rcarousel({ visible: 3, }); }); ```
Hello ;) i'm using rcarousel in my site but the auto scroll is not working :/ jQuery(function($) { $( "#seguradoras" ).rcarousel( { width: 70, height: 70, step: 1, visible: 6,...
When I use the startAtPage option, the correct screen shows in the carousel, but the navigation assumes that I am displaying #screen01. I have 6 pages (#screen01-06) . If I...
Would it be possible to add an additional navigation option for "pause". I noticed that the scrolling does automatically pause on hover, but it would be nice to be able...
I was having trouble because my html already had the `.wrapper` selector and styles. I think class name should be less general so i renamed it to `rcarousel-wrapper`.