This is my second post about Responsive Web Design (here my previous post about twitter bootstrap).
In this case I created an example of fluid layout using jQuery Masonry. Masonry is a really interesting jQuery plugin created by David DeSandro. Masonry allows you to create a dynamic layout in few minutes.
With Masonry I created an example of minimalistic layout for a blog/portfolio. I like it because dinamically it can be a 3 columns layout for big screens (desktop), 2 columns layout for middle size screens (tablets) and a single column layout for small size screens (smartphone).
Image may be NSFW.
Clik here to view.
Masonry is not a toolkit like twitter bootstrap but I think that it can be really useful to create a nice responsive website. What’s you favourite framework to create a web responsive layout?