jQuery galleria plugin with dynamically loaded images
- by panas
I'm using the Galleria plugin with jQuery to create my image gallery. I'm trying to get load images dynamically from the user's selection into the DOM and have the gallery auto-update to display those new images but it's not working.
Firebug shows the images are successfully loading into the DOM but Galleria displays no thumbnails. I need a way to…