Hello Forum; masonry pro looks excellent in http://miltonbarragan.com/sculpture/ . But, there is a behavior limitation; when screen width reduces, the 4 elements decrease individually in size, until they reach 740px when 4 columns layout turns into 1 column. Not a smooth behavior.
As you can see in http://azucaingenio.com/ the behavior of the masonry there (other brand than yours) is smoother, as 4 columns layout, when screen width reduces, dynamically change intro 3 columns, than 2 columns, and 1 column in vertical display on a cell phone.
I have found a work around for this problem while we wait for an update.
The width of the items is controlled by an empty div inserted above the main images, directly above the <!– FILLER DIV FOR WIDTH REFERENCE –> comment in the HTML. If you create @media queries resizing this div in your CSS (for example: @media screen and (min-width: 767px) and (max-width: 991px) { .wmle_container .wmle_item_holder { width: 50%;}} to create two columns on a tablet) then you can make your masonry layout responsive for all devices.
Hey, just wanted to tell you that I agree to the guys and this kind of functionality would enhance your plugin even more! 🙂 So we are waiting. hey, but no pressure! But we are waiting 😀