Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 309 Bytes

fallspic

这个是为2014年ChinaJoy 世纪天成show girls展示页面而写的。

一个简单瀑布流照片jQuery插件。

使用说明:

$("selector").fallspic({
  picWidth:250, // picWidth 代表每张图片的宽度
  lineShowNum:4 //lineShowNum 代表每行显示多少张图片
});