Dynamic-Carousel icon indicating copy to clipboard operation
Dynamic-Carousel copied to clipboard

A carousel plugin built for responsive layouts. There are many like it, but this one is mine.

Results 40 Dynamic-Carousel issues
Sort by recently updated
recently updated
newest added

I have tried to test it on my localhost. But it appears without any style. Could you tell me if I am missing something here? ![dynamic slider](https://f.cloud.github.com/assets/921183/113307/79f38edc-6b4b-11e2-8322-065609d67c92.PNG) Please have a...

I have successfully pulled in an external html file for the slideshow content. This being done as a backup scenario in case someone has JS off in their browser and...

This is my code: $('#test').click(function(){ $('#sliderName').append('sixth SlideIn hac habitasse platea dictumst. Nam pulvinar, odio sed rhoncus suscipit, sem diam ultrices mauris, eu consequat purus metus eu velit. Proin metus odio,...

Getting an error that match value is null or can't be found. added this to get rid of it: var oPercent; if ($(this).attr('style') != null) { oPercent = $(this).attr('style').match(/margin-left:(.*[0-9])/i) &&...

When can we expect the smoother transitions between slides to be implemented?

hi, great script, thanx a lot! would it be possible to make an option to specify the number of slides being shown and number of slides being moved? for instance,...

I'm probably missing something obvious, but on my carousel, when clicking the nav buttons at the bottom, a hash is added to address bar, and the screen shifts to the...

Hi, May i suggest you add a version number to the top comment part of your script. This way it is easier for users to see whether there's anything that...

I was hoping to be able to do something like: - navigate through all the slides - replace final next button link with an anchor tag so the user goes...

Firstly, the slider isn't pausing when the mouse is interacting with elements inside it, like I figured it would. Additionally, I'm curious if you can add the ability for the...