<div class="result">
<div class="thumbnail">
<img src="80x80.png">
</div>
<div class="name">
Alex Hong
</div>
</div>
The page will have 400 of these! A list of people and their thumbnails, all different. I will use JQuery LazyLoad, so that not all images are downloaded immediately. (The images are only downloaded when the user scrolls to that portion of the site).
Will the browser be able to handle it? Please give your expert advice. thanks.
By the way, I don't know if LazyLoad will work or not:
Due to webkit bug #6656 Lazy Loading wont give you any improvements in Safari. It will load all images you wanted it or not.