From 133d56186317f7e483fd2b9001405c39861b91d2 Mon Sep 17 00:00:00 2001 From: Ivan Diniz Date: Sat, 28 Dec 2013 22:48:55 -0200 Subject: [PATCH] Update responsiveslides.js I did this because add one or more classes will make easier to use the Sprite. --- responsiveslides.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/responsiveslides.js b/responsiveslides.js index fbc331a..00b2e10 100644 --- a/responsiveslides.js +++ b/responsiveslides.js @@ -22,6 +22,8 @@ "pause": false, // Boolean: Pause on hover, true or false "pauseControls": true, // Boolean: Pause when hovering controls, true or false "prevText": "Previous", // String: Text for the "previous" button + "nameClassNext":"next", // String: Name for the class of button "next" + "nameClassPrev":"prev", // String: Name for the class of button "prev" "nextText": "Next", // String: Text for the "next" button "maxwidth": "", // Integer: Max-width of the slideshow, in pixels "navContainer": "", // Selector: Where auto generated controls should be appended to, default is after the