Slider Issue - Need First Image to Stay First and Randomize All Others

I am specifically using the Nivo Slider. I need to keep the first photo the same and then have all the others be in random order. I’m new to using javascript and still learning. I just don’t know what code to add to make this work. Any ideas?

Hi,

I don’t think that it is possible out of the box.

You can add “order: random” to the initialization options to randomize the order, but if you always want the first image to be the same, you’ll probably have to write that functionality yourself.