jelly46
jelly46

Reputation: 243

Simple simple content slider

Can some one help?

I am looking for a content slider that can hold images and text and has dot navigation.

I have searched for so many on the net but nothing that is simple.

Guys honestly I have looked and looked, I looked at Questions that may already have been answered. I have also looked at the Similar Questions on the right hand side.

I have found this http://jsbin.com/uhowak/2 but i don't want it to whizz back to the first image i want it to be loop.

Please can someone help?

Thanks

Upvotes: 0

Views: 1611

Answers (1)

bumperbox
bumperbox

Reputation: 10214

You can try twitter bootstrap carousel

http://getbootstrap.com/javascript/#carousel

You can download it from this page

http://getbootstrap.com/

Unzip the file, you can either include the whole bootstrap library, which will be in

zipfile/dist/js/bootstrap.min.js

or just include the carousel only

zipfile/js/carousel.js

You will also need to include the jquery library for the bootstrap js to work

http://jquery.com/

Upvotes: 1

Related Questions