Jquery based image mosaic wall layouts

2019-06-02 11:05发布

问题:

I'm looking to recreate the layout that's present at this site:

http://prettytasty.tumblr.com/archive/

The only way to accomplish this is using absolute positioning, however it appears that they're using javascript to dynamically position each image entry on the page. Is there a jquery plugin or example that accomplishes this or something similar?

I realize javascript is the last thing you want to have to depend on for layout, but I'm just curious and would like to see how it is accomplished.

回答1:

The effect you see on that particular page is actually created with prototype.js, but for jQuery you're probably looking for the jQuery Masonry Plugin