谷歌+风格平铺照片库
有没有人见过一个 javascript 库,它会生成一个照片库,类似于 Google+ 和现在的 Facebook 组织照片的方式,其中一些照片被裁剪,但所有照片都无缝地填充了一个空间。
像这样的东西:
Has anyone seen a javascript library that will generate a photo gallery similar to the way Google+, and now Facebook, organizes photos where some are cropped, but the all seamlessly fill a space.
Something like this:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我正在四处挖掘并发现了这个。虽然有点不同,但看起来还是不错的。唯一缺少的是弹出的照片。
http://masonry.desandro.com/
I was doing some digging around and found this. It's a bit different, but it still looks nice. The only thing missing is the photo popping out.
http://masonry.desandro.com/
我一直在寻找类似的东西,现在我已经看到了一些,这是基于 jQuery 构建的: http://moewasher.com/jglance 这是非常有用的指南:http://www.techbits.de/2011/10/25/building-a-google-plus-inspired-image-gallery/
I was looking for something similar and I've seen a couple now, this builds on jQuery: http://moewashere.com/jglance and this is really helpful guide: http://www.techbits.de/2011/10/25/building-a-google-plus-inspired-image-gallery/
我创建了一个模仿 Google+ 图库的 WordPress 插件。如果你想编写一个纯 jquery 版本,js 文件夹中的文件会很方便。稍后我自己可能会这样做。
演示
插件
I've created a wordpress plugin that mimics the Google+ Gallery. The files in the js folder will be handy if you want to write a pure jquery version of this. Might do this myself later.
Demo
Plugin