I'd like to change size of preview image on blog page.
For example here http://www.af-studio.pl/blog/ preview image is 610 x 260 px. I'd prefer 610 x 90
I have found this part of code in tempalte_blog.php
//get preview image
$big_prev_image = kriesi_post_thumb($post->ID, array('size'=> array('L'),
'wh' => $k_option['custom']['imgSize']['L'],
I see imgSize=L
I'd like imgSize=610x90 px
What should I change?
Thanks














