Jquery based image mosaic wall layouts

别来无恙 提交于 2019-12-08 06:08:57

问题


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



来源:https://stackoverflow.com/questions/4198095/jquery-based-image-mosaic-wall-layouts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!