Forums
(@ogires)
11 years, 5 months ago
What if you change if ( opts.slideCount < 1 ) with if ( opts.slideCount <= 1 )
if ( opts.slideCount < 1 )
if ( opts.slideCount <= 1 )