diff --git a/responsiveslides.js b/responsiveslides.js index 8148ce9..ae65e10 100644 --- a/responsiveslides.js +++ b/responsiveslides.js @@ -4,11 +4,11 @@ // Default settings var settings = $.extend({ - "auto": true, - "pagination": false, - "fade": 1000, - "maxwidth": "none", - "speed": 4000 + "auto": true, // Boolean: Animate automatically + "pagination": false, // Boolean: Use pagination + "fade": 1000, // Integer: Crossfade time, in milliseconds + "maxwidth": "none", // Integer: Max-width of the Slideshow, in pixels + "speed": 4000 // Integer: How long image shows before fading to next, in milliseconds }, options); return this.each(function () {