I have Views Slideshow, 7.x-3.x-dev working as expected and to specification. Great module! However, I have a unique need which I hunch I can tackle with jQuery (or whatever). I have 11 slides that rotate as per the usual model, say, 1,2,3,4,5,6,7,8,9,10,11. Yes, I can count. After the first rotation, I wish to remove slide #1 so that it goes like this:
one time:
1 - 11
afterwards, infinity:
2 - 11
I suppose I could remove the first slideshow object after it has run, but I'm unclear on how to achieve this.