projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8958625
)
added array dimensions
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 17 Dec 2015 17:10:42 +0000
(12:10 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 17 Dec 2015 17:10:42 +0000
(12:10 -0500)
views/list_products.php
patch
|
blob
|
history
diff --git
a/views/list_products.php
b/views/list_products.php
index
10fc40c
..
59e7a91
100644
(file)
--- a/
views/list_products.php
+++ b/
views/list_products.php
@@
-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,
'post-thumbnail'
); ?></a>
+ <?php echo get_the_post_thumbnail( $product->ID,
array(320, 285)
); ?></a>
</div>
<div class="subCat small-12 columns">
<a href="<?php echo $product->href; ?>"><?php echo $product->term; ?></a>