Justified Gallery不起作用

时间:2017-03-12 20:01:13

标签: jquery css jquery-plugins

我不清楚为什么我在这里设置的合理画廊不起作用。它似乎只是平铺在其他图像之上。

http://www.tamarackhomes.com/2017-touch/gallery.php?commID=7

http://miromannino.github.io/Justified-Gallery/

$(".home-photos-container").justifiedGallery({
    rowHeight : 300,
    lastRow : 'nojustify',
    margins : 5
});

<div class="lay-rgt-con-hs">
        <div class="home-gallyer-container">
            <div class="home-photos-container">
                 <a href="/_gallery/1080/387923_Tamarack_FC_12 10 15_Hudson_007.jpg" class="photoBox" rel="photoGroup"><img src="/_gallery/640/387923_Tamarack_FC_12 10 15_Hudson_007.jpg" /></a>
                 <a href="/_gallery/1080/387923_Tamarack_FC_12 10 15_Hudson_007.jpg" class="photoBox" rel="photoGroup"><img src="/_gallery/640/387923_Tamarack_FC_12 10 15_Hudson_007.jpg" /></a>
            </div>  
        </div>
    </div>

0 个答案:

没有答案