copy the file, save it as (filename).phps
Upload it to your server,
post the link
I'll then give it a look.
The thing is, you're saying you want to show an image of specific size and you're going to be specifying the height & width. You can use CSS (instead of PHP) to define the height & width:
<img src="" style="width: 325px; height: 425px;" alt="" />
If that's what you want, just edit the file where you see the image tag. Otherwise, I'll take a look.
~Brett