sponsors image size

This commit is contained in:
Vasil Kolev 2014-10-14 15:06:43 +03:00 committed by Openfest
parent 48c641c604
commit 356e142f0b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ get_header(); ?>
<div class="col2 tac">
<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail();
the_post_thumbnail(array(100, 100));
} else {
the_title();
}