<div class="small-12 medium-3 columns<?php if ($term->end){ echo ' end';}?>">
<div class="row">
<div id="catContainer" class= "small-12 columns"><a href="<?php echo $term->href; ?>">
- <img id="catImg" src="<?php echo z_taxonomy_image_url($term->term_id, 'thumbnail'); ?>" class="image wp-post-image no-display" alt="<?php echo $term->name; ?>" title="<?php echo $term->name; ?>" itemprop="image">
+ <img id="catImg" src="<?php echo z_taxonomy_image_url($term->term_id, array(320, 285)); ?>" class="image wp-post-image no-display" alt="<?php echo $term->name; ?>" title="<?php echo $term->name; ?>" itemprop="image">
<?php echo $term->description ?></a>
<div id="catTitleGrid" class="small-12 columns">
<a href="<?php echo $term->href; ?>"> <?php echo $term->name; ?> </a>