I'm trying to add more images in runtime. I have tried to replace the image src attributes at runtime, but it doesn't replace it. It seems that it's actually cloning the object. Only way I was able to do is to add new 'li' element and call .gridrotator() again, but the transition is not smooth.
Any suggestion ?