darkstardigital / phpThumbsUp

ModX package for creating dynamic image thumbnails
10 stars 7 forks source link

How to use with Gallery #5

Closed DESIGNfromWITHIN closed 11 years ago

DESIGNfromWITHIN commented 11 years ago

Amazing plugin, thanks so much!

I was wondering if this can be used in combinationwith the Gallery plugin? When I tried:

<div class="[[+cls]]">
    <a href="[[+image]]" class="fancybox" data-fancybox-group="[[+album_name]]">
        <img class="[[+imgCls]]" src="[[+image:phpthumbsup=`w=120&h=120&zc=1`]]" alt="[[+name]]" />
    </a>
</div>

In my gallery thumb chunk it does not work...