• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Need pagination for liquid photo gallery module

Community Beginner ,
Jun 17, 2016 Jun 17, 2016

Copy link to clipboard

Copied

Any one can help me to solve this problem.

Here is my code.

{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>

TOPICS
Content management and modules

Views

286

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines