tinycarousel
tinycarousel copied to clipboard
A lightweight carousel for sliding html based content.
I am not able to use Callback, as I have different sizes for each element. Is it possible to handle such case ?
When i navigate through lets say 10 items and from 11th item it starts to show mirrored items in the carousel. I have two buttons (Left & Right) to navigate...
Hi! Are you still looking for a maintainer?
Hello, Thank you for nice and clean carousel! I have added support for mousewheel event. Please let me know if you have any question. Sincerely, Ilya
When Infinite is set to false, currently plugin is mirroring elements which shouldn't be the case and people are facing same issue as seen in issue #5. This pull request...
This fixes an issue where mirrored items would be visible in the carousel when all of the items could fit into the visible space of the carousel. The behavior has...
If carousel is wider than all the items you can see the mirrored item. Also if infinite is false is the mirrored item needed?
For more flexibility I added an option to set the number of items moved. For example you could define the width of the viewport as 4 items wide and move...
Hey Maarten, thank you for your work! I was looking for a very simple and light-weight carousel and tinycarousel seems to fit the bill quite nicely. However: I've found some...
some minor modifications to enable mobile full screen carousel. Maintains proper width on screen orientation change. Note the meta tag for mobile support