I have a slider that's being dynamically generated, so in some instances, the total number of slides is not evenly divisible by 3. With these parameters - showMultiple:3, changeBy:3, infiniteSlides:false, stopAtEnd:true - the slider simply wont show the last one or two slides. The behavior I would have expected was to change by 1 or 2 if the total number of slides remaining was less than the changeBy parameter. Are there any thoughts as to ways to produce the desired behavior?