合理的图像库与聚合物

时间:2014-11-08 16:42:58

标签: polymer image-gallery

有没有办法在Polymer上使用Justified Gallery或其他类似的插件?

我尝试使用它但由于模板而无法找到图像。 我的聚合物元素:

<div id="gallery">
    <template repeat="{{post in posts}}">
        <a href="{{post.image}}" title="{{post.title}}">
            <img alt="{{post.title}}" src="{{post.image}}" />
        </a>
    </template>
</div>

<script>
    Polymer({
        domReady: function() {
            $(this.$.gallery).justifiedGallery();
        }
    });
</script>

1 个答案:

答案 0 :(得分:0)

使用Polymer而不是JQuery!你有aproprieate指南(GitHub也) here

对于图库中的布局图像(拉伸,居中等),请使用Polymer flex-box