$output .= "\n<li>\n";
$output .= "\n<div class=\"shop-drop featured-drop\">\n";
$output .= "\n<h1>Featured Product</h1>\n";
- $output .= "\n<div class='top-nav-featured-product'><img src='".get_the_post_thumbnail_url($featured_product->ID)."'></div>\n";
+ $output .= "\n<div class='top-nav-featured-product'><img src='".get_the_post_thumbnail_url($featured_product->ID, array(100, 120))."'></div>\n";
$output .= "\n<a class=\"button\" href=\"" . get_permalink( $featured_product->ID ) . "\">Buy Now</a>\n";
$output .="\n</div>\n";
$output .="\n</li>\n";