What is this effect? and How to achieve it?

http://themes.renklibeyaz.com/?theme=ThinkResponsive

If you click on a portfolio piece it will load right above the thumbnails. Any one know how to create that effect? I’ve been looking for a long time and haven’t figured it out.

Well, it’s definitely javascript.

That is definitely doable with jQuery - and can possibly even be done better, considering that the script on that site jumps up and down if you click another image while it’s loading. It’s easy enough to make the same div generate some content based on selection, here’s an example of reusing a DIV to show different images:

http://stackoverflow.com/questions/2518353/reuse-div-container-to-load-images

Hope that helps

Ah I believe I have found it! Thanks Behati!