I am using AD-Gallery plugin for my site.
When in gallery is small amount of images, everything works fine – link.
But when in gallery is big amount of images (here 650) there appears an issue – after all images are loaded, they start to display in the background of page, and all is in big mess 🙁
I’ve checked it with FireBug and I think that problem is caused by jQuery script.
Can you help me with this problem? TIA
There is simply too much data being loaded on the page.
As a work around you could consider either paging via buttons which make an AJAX request or by infinite scrolling, so that only a subset of 30 or so images are loaded at one time.