So, basically I want to load the thumbnails(of other images) with least priority, so that the user experience is good in viewing the main image.
I want to load the normal image and the rest of the page, and then when it is all done, the thumbnails can take their time to load the thumbnails.
How can this be achieved ? A simple solution is appreciated.
Thanks
if you know the urls of the thumbnails then set the src attribute of the image tag on document.Ready function
or to just show the perception, you can hide the thumbanails till document.ready and make them visible at the end of document.ready function