Dynamic-Carousel
Dynamic-Carousel copied to clipboard
A carousel plugin built for responsive layouts. There are many like it, but this one is mine.
Hi, I was wondering if there is anyway to start the carousel at a specific slide? i.e. I have 3 slides, but I want the initial slide to be 2,...
Enhancement
Wilto / Dynamic-Carousel -> Wilto Carousel
Hi, Discovered a bug in the current code that does not allow the "opt.namespace + '-aftermove'" code to be triggered. The jquery animation functionality at line 272 needs to change...
Have you tried this with other versions of jQuery? I am thinking 1.3.2 since that is what I am stuck with for the site that I would like to use...
I tested in a Virtual Machine on my Mac, in IE8 and IE9.
I have a carousel with 3 slides, set to 100%. In IE7, I am experiencing problems which is causing the second slide to not appear leaving just the background of...
I got it working as a standalone. However, when I put it on a page with jQuery mobile (http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.js), jQuery mobile appears to break it. Any ideas?
I modified the first section of your example: http://matmarquis.com/carousel/. However, I'm looking to get each of my images to fit a max-width of 100%, so it will proportionally fit the...
So, now that we have a cool drag-and-snap thing going on, the next step is declunkifying (a word) the animations. The issue here is that I’m using margin-left which—while easy...