Right now I am showing image through normal image tag :-
<img src="xyz.com/abc.jpg" rel="name" />
So when only 2 or 5 image on page then It's showing fast But We have more than 1000 images and it's take lot's of time for showing on page.
How I can load this page very fast and show these 1000 images ?
Any lead highly appreciated !
Thanks !