AnimatedResponsiveImageGrid
AnimatedResponsiveImageGrid copied to clipboard
Is there a way to dynamically add images ?
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 ?
i am also having this problem. with dynamically adding images to the grid.
since i am using an image array. i have tested that the li image array 0 is changed but the gird rotation array 0 is still the same. somehow i am unable to dynamically update the arrays.
any suggestions?