jcarousel icon indicating copy to clipboard operation
jcarousel copied to clipboard

Riding carousels with jQuery.

Results 33 jcarousel issues
Sort by recently updated
recently updated
newest added

I am using responsive with some custom style I would like to know how to set all slides to the same height Mobile view and Full Screen. Right Now I...

Hi there I add $('.jcarousel').on('jcarousel:visiblein', 'li', function(event, carousel) { var caption = $(this).find("img").prop("alt"); $('.jcarousel-caption').text(caption); in the jcarousel.basic.js to show alt text like an image caption I also add in the...

Error show: `jquery.min.js?ver=3.5.1:2 Uncaught TypeError: Failed to execute 'animate' on 'Element': 1 argument required, but only 0 present. at Object.trigger (jquery.min.js?ver=3.5.1:2) at HTMLDivElement. (jquery.min.js?ver=3.5.1:2) at Function.each (jquery.min.js?ver=3.5.1:2) at s.fn.init.each (jquery.min.js?ver=3.5.1:2)...

Scrolling does not work with a small screen - for example, with a max-width 550px and below work on small screen the code https://github.com/igor3310/jcarousel2

When using the vertical mode "vertical: true" it is necessary to modify ".jcarousel ul" for everything to work. "vertical: false" ``` .carousel ul { width: 10000em; height: 100%; position: relative;...

Hi, When I tried basic example to reload with option vertical: true or destroy instance and initialize again with this option then slides don't changes. Only paginator change "current" slide....

Hi, I am trying to have two independent, responsive carousels on the same page. In HTML structure they are the same. The first carousel has CSS-class "jcarousel", the second "jcarousel_tipps"...

jCarousel plugin always align the current item to the left side. But, only in the last item, it is aligned to right. It is correctly, because is the last item...