为 jQuery Masonry 中的元素添加下边距
我正在使用 David Desandro 的 jQuery Masonry 插件的分叉版本,它允许我设置列的宽度。
间隔宽度:10,
http://github.com/gilmoreorless/masonry
但是如何设置底部元素上的边距使其与列的间距相等?
谢谢
I'm using a forked version of David Desandro's jQuery Masonry plug-in which allows me to set a width for the Columns.
spacerWidth: 10,
http://github.com/gilmoreorless/masonry
But how can you set a bottom margin on the element to give it equal spacing to it's column?
Thank You
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信你可以给每个砖块一个CSS margin-bottom。
I believe you can give a CSS margin-bottom to each of the bricks.