From 429bf75017cfe985669d068c1dbc6a60567995fa Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Tue, 14 Oct 2014 15:56:37 +0300 Subject: [PATCH] remove img resizing, has to be done per-logo --- functions.php | 2 +- page-sponsors.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index c9f2462..81d9360 100644 --- a/functions.php +++ b/functions.php @@ -74,7 +74,7 @@ function sponsors_shortcode() { if ( $sponsors->have_posts() ) : while ( $sponsors->have_posts() ) : $sponsors->the_post(); if ( has_post_thumbnail() ) { - the_post_thumbnail(array(100, 100)); + the_post_thumbnail(); } else { get_the_title(); } diff --git a/page-sponsors.php b/page-sponsors.php index 32a6439..6147f57 100644 --- a/page-sponsors.php +++ b/page-sponsors.php @@ -26,7 +26,7 @@ get_header(); ?>