What I’m looking for is a jQuery image slider that shows one image at a time, but on either side, it has a small portion of the last image to the left, as well as a small portion of the second image to the right of that first image. The Chrome Web Store has a slider I’m looking to recreate (this chooses a starting slide at random; I don’t need this).
Right now I’m just using jQuery Carousel to show one image at a time, and I can’t really figure out a way to make it like the Chrome web store. If anyone has a plugin they’ve used, or know how to extend the current one, I’d love to know!
jCarousel has a major known bug with it’s circular option. Most of the carousels including jCarousel use cloning to achieve the circular effect and sometimes the way it’s done adds other issues.
Here’s a tutorial on how to write your own which is simple circular carousel and uses no cloning…
http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/
Demo…
http://web.enavu.com/demos/carousel_revisited/