Jquery based image mosaic wall layouts

2019-06-02 10:45发布

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条回答
老娘就宠你
2楼-- · 2019-06-02 11:27

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

查看更多
登录 后发表回答