Temanın index.php dosyasında aşağıdaki bölümü bulup, boyutları değiştirebilirsiniz. Dediğiniz yer "spoiler" divine denk geliyor buna dikakt ederek değiştirin. Çünkü temada başka img kodları da var. Buna dikkat edersiniz. Kolay gelsin..

<div class="spoiler">
	<?php	$values = get_post_custom_values("Image");
	if (isset($values[0])) { ?>
      <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>">
	<img src="<?php
$values = get_post_custom_values("Image"); echo $values[0]; ?>"
alt="<?php the_title(); ?>" class="left" width="125px" height="125px"  /></a>
      <?php } ?>

	<?php the_content('Devamını Oku...'); ?>
	</div>