2
すべての画像が同じページに読み込まれていますが、どのようにページングを使用して制御できますか? 誰でもこの問題を解決するのに役立ちます。アドビビジネス触媒の液体フォトギャラリーモジュールのページ番号が必要
ここに私のコードです。
{module_photogallery id="123456" collection="test2016" template="" }
<div class="container">
<div class="row">
{% for item in test2016.items %}
<div class="col-md-3 col-sm-3 col-xs-6">
<a onclick="myLightbox.start(this);return false;" rel="lightbox[photo2015]" href="{{item.link}}">
<img src="{{item.link}}?Action=thumbnail&Width=250&Height=150&algorithm=fill_proportional">
</a>
</div>
{% endfor %}
</div>
</div>
これは、次の記事に記載されています。http://docs.businesscatalyst.com/developers/liquid/pagination-for-module_data特定のヘルプが必要な場合は、質問を更新してください。 – 10100111001