Hey, I’m creating a thumbnail gallery, and I have each thumbnail opening up a fullscreen image. When you click on the fullscreen image, it closes it and ends by setting the visibility to false. When you click on the thumbnail, it first checks to see if the fullscreen image has been loaded before, and if so, instead of creating a new loader object and loading in the image, it set’s the visibility to true. This works well for skipping the preloader for images already loaded, however it bogs down the memory… is there a better way of doing this?
Thanks,
Matt