AnimatedResponsiveImageGrid icon indicating copy to clipboard operation
AnimatedResponsiveImageGrid copied to clipboard

Is there a way to dynamically add images ?

Open jaewook77 opened this issue 10 years ago • 1 comments

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 ?

jaewook77 avatar Nov 01 '15 04:11 jaewook77

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?

shootbird avatar Nov 15 '15 21:11 shootbird