我正在尝试使用 masonry jquery 插件制作一个响应式图片库。我阅读了很多文章,包括在这个论坛中,但它不起作用。画廊中出现了许多空白。
我正在尝试使用 Jquery Masonry 和一个简单的 css 和 html
.flow { width: 95%; height: auto; min-height: 500px; margin: 0 auto}
.item {
margin-bottom: 10px;
}
`
<div class="item">
<img src="http://www.smartynet.com.br/flampic/img/1small.jpg" />
</div>
<div class="item">
<img src="http://www.smartynet.com.br/flampic/img/2small.jpg" />
</div>
</div>
我创建了这个JSFiddle。
我正在尝试建立一个像 flickr 这样的画廊。还有其他最好的方法吗?请问有人可以帮助我吗?