If you asked how to make a full background image slideshow, here is the solution !
The jQuery image background slideshow purposed here is simply terrific !
var photos = [ { "title" : "Title 1", "image" : "SourceImage1.jpg", "url" : "http://www.url.1", "firstline" : "First line 1", "secondline" : "Second line 1" }, { "title" : "Title 2", "image" : "SourceImage2.jpg", "url" : "http://www.url.2", "firstline" : "First line 2", "secondline" : "Second line 2" } // More pictures if we want ]; var slideshowSpeed = 6000;
The results is very impressive as you can see in the Demo page.
After you integrate the.js files and integrate the .html one, you'll have to deal with your .css code. The documentation is perfect and so easy.
Enjoy jQuery !
Read more / Lire la suite