/*! http://responsive-slides.viljamis.com v1.23 by @viljamis */ (function ($, window, i) { $.fn.responsiveSlides = function (options) { // Default settings var settings = $.extend({ "auto": true, // Boolean: Animate automatically, true or false "speed": 1000, // Integer: Speed of the transition, in milliseconds "timeout": 4000, // Integer: Time between slide transitions, in milliseconds "pager": false, // Boolean: Show pager, true or false "nav": false, // Boolean: Show navigation, true or false "prev": "Previous", // String: Text for the "previous" button "next": "Next", // String: Text for the "next" button "maxwidth": "none", // Integer: Max-width of the slideshow, in pixels "controls": "", // Selector: Where all controls should be appended to, default is after the