diff options
| -rwxr-xr-x | gallery_views/auto_flow/fisheye_auto_flow_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_views/auto_flow/fisheye_auto_flow_inc.tpl b/gallery_views/auto_flow/fisheye_auto_flow_inc.tpl index a7bc92f..6a57b6b 100755 --- a/gallery_views/auto_flow/fisheye_auto_flow_inc.tpl +++ b/gallery_views/auto_flow/fisheye_auto_flow_inc.tpl @@ -34,7 +34,7 @@ </a> </div> </div> <!-- End Image Cell --> - {counter} + {counter assign="imageCount"} {if $imageCount % 2 == 0}<div class="visible-sm-block clear"></div>{/if} {if $imageCount % 3 == 0}<div class="visible-md-block clear"></div>{/if} {if $imageCount % 4 == 0}<div class="visible-lg-block clear"></div>{/if} |
