Quantcast
Channel: jQuery information, documentation and plugin script
Viewing all articles
Browse latest Browse all 10

jQuery background image slideshow

$
0
0

If you asked how to make a full background image slideshow, here is the solution !

background image slideshow

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.

Official site is here.

Enjoy jQuery !

Read more / Lire la suite

Viewing all articles
Browse latest Browse all 10

Trending Articles