简体   繁体   中英

Responsive image gallery and empty spaces with masonry

I'm trying to do a responsive image gallery with masonry jquery plugin. I read many article, including in this forum, but it doesn't work. Many blank spaces appears in the gallery.

I'm trying with Jquery Masonry and a simple css and 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>

I created this JSFiddle .

I'm trying to build a gallery like flickr. There is any other best way? Please someone could help me?

您可以尝试使用Flex Slider响应式图库http://flexslider.woothemes.com/还是尝试http://lokeshdhakar.com/projects/lightbox2/http://fancybox.net/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM