Images are uploaded using Ajax, and after they are uploaded on the client side, they are displayed using the fade-in effect (possibly using jQuery). This is an optimization method because it means that you only upload images that the user is actually looking at. If the user is only reading the top of the page, it makes no sense to send him all the page images. Thus, it reduces part of the web traffic generated by the web server.
source share