我正在尝试使用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这样的画廊。还有其他最好的方法吗? 请有人帮帮我吗?
答案 0 :(得分:-1)
您可以尝试使用Flex Slider来获取响应式图库 http://flexslider.woothemes.com/或尝试 http://lokeshdhakar.com/projects/lightbox2/ 要么 http://fancybox.net/