Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 495 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 495 Bytes

BrickWall

类似360,百度等图片搜索结果页面的效果的布局插件;

源码可高度定制

##如何使用

    // #demo最好定宽
    $("#demo").brickwall();

##API

  • brickMargin;

    图片外边距;

    $("#demo").brickwall({brickMargin: 10});
  • baseRowHeight;

    基准高度(在此基础上做调整);

    $("#demo").brickwall({baseRowHeight: 150});