0

I need help making a simple slideshow to display images with a simple navigation. I do not want anything flashy - just a basic slideshow with a previous/next navigation and text that displays what number the image is out of the total images. I would also like it to fade into the next image if possible.

This is for a portfolio website and I have seen it done on many others but I cannot create a working code nor find a similar code anywhere. Thank you!

Thomas Shields
  • 8,874
  • 5
  • 42
  • 77
tdubya
  • 1
  • 1

4 Answers4

1

Take a look at http://jqueryfordesigners.com/jquery-infinite-carousel/

There are plenty of other examples out there, as well, like http://sorgalla.com/jcarousel/ (mentioned in the above link and pretty popular)

Thomas Shields
  • 8,874
  • 5
  • 42
  • 77
0

Here is a sexy slideshow jquery plugin my friend:

http://www.slidesjs.com/

gutierrezalex
  • 828
  • 4
  • 10
0

jQuery Lightbox

http://leandrovieira.com/projects/jquery/lightbox/

Shyju
  • 214,206
  • 104
  • 411
  • 497
0

Use the Cycle plugin (jQuery) with the pager option: http://jquery.malsup.com/cycle/int2.html

superUntitled
  • 22,351
  • 30
  • 83
  • 110