Hi!
I converted my b2evolution blog to wordpress. Every single article features a teaser image with the same size before the more-link. Like this:
<img title="bla" src="myurl/media/devilmaycry4_t.jpg" alt="Devil May Cry 4 " width="460" height="200" />
TEXT TEXT TEXT
<!-- more -->
Every image has the same dimensions: 460x420. I want to display a smaller version of the image on the frontpage. I am bout to set up a cron-job to generate a smaller version of every image. But how do I use them in the template?