Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using the cycle plugin for an image slider with two links (next and prev) to cycle through them and so far it works just fine, I was wondering it it was possible to make it so when you hit the last image it doesn't cycle back to the first image, in this case I just want it to do nothing, I've been looking at the options but I can't find if there's any that let's you toggle this functionality.

Thanks in advance!

share|improve this question
Are you using cycle lite or the full cycle plugin? – Bryan Downing Sep 11 '11 at 21:56
The full version – javiervd Sep 11 '11 at 23:36

1 Answer

up vote 2 down vote accepted

There is a configuration option called nowrap. All you need to do is set nowrap: true in your configuration options.

Cycle Options

share|improve this answer
Thanks! I must have been blind :( – javiervd Sep 14 '11 at 16:59
I missed it at first too...I actually tried a couple of different things before I found it, lol. – Bryan Downing Sep 14 '11 at 18:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.