sponsors image size

This commit is contained in:
Vasil Kolev 2014-10-14 14:46:33 +03:00 committed by Openfest
parent a49014e84a
commit 48c641c604
1 changed files with 1 additions and 1 deletions

View File

@ -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();
the_post_thumbnail(array(100, 100));
} else {
get_the_title();
}