reverting test dimensions
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Dec 2015 16:45:19 +0000 (11:45 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Dec 2015 16:45:19 +0000 (11:45 -0500)
views/list_products.php

index 4f6a3d9..10fc40c 100644 (file)
@@ -3,7 +3,7 @@
         <div class="product small-12 medium-3 columns<?php if ($product->end){ echo ' end';}?>">
             <div class="row">
                 <div class="prodImg small-12 columns"><a href="<?php echo $product->href; ?>">
-            <?php echo get_the_post_thumbnail( $product->ID, array(320, 286 )); ?></a>
+            <?php echo get_the_post_thumbnail( $product->ID, 'post-thumbnail'); ?></a>
                 </div>
                 <div class="subCat small-12 columns">
                     <a href="<?php echo $product->href; ?>"><?php echo $product->term; ?></a>