Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Carousel with variable item-sizes

Tags: carousel
Carousel with variable item-sizes


I have implemented a Javascript / jQuery + CSS Carousel which is auto-scroll-able, but also has the possibility to manually scroll the items.

The biggest advantage of this carousel is that you can have items of different size and the carousel is not changing its size.

Here is the how you define the items that will be displayed in the Carousel:

Code:
<li><a href="#"><img src="./img/item5.png"></a></li>
<li><a href="#"><img src="./img/item3.png"></a></li>

To configure the speed of scrolling when auto-scrolling you need to amend this line of code:

........ »


This post first appeared on ExtremeDev: Development Solutions, please read the originial post: here

Share the post

Carousel with variable item-sizes

×

Subscribe to Extremedev: Development Solutions

Get updates delivered right to your inbox!

Thank you for your subscription

×