How to use

   {% set album = entry.flickr %}
   {% if not album.hasError %}
       <h2>{{ album.title }}</h2>
       <div class="galleries">
           {% for image in album.images %}
              {% if not image.hasError %}
               <a href="{{ image.xxlargeUrl }}">
                   <img src="{{ image.smallUrl }}" alt="{{ image.title }}"/>
               </a>
               {% endif %}
           {% endfor %}
       </div>
   {% endif %}
  

Documentaiton

Support on Beerpay

Hey dude! Help me out for a couple of :beers:!

Beerpay Beerpay

Installation Instructions

To install this plugin, copy the command above to your terminal.

Active Installs
4
Version
1.3.0
License
MIT
Compatibility
Craft 3
Last release
September 29, 2018