PHPThumb and Image Caching?

Hey guys,

I am using Phpthumb for adaptive resizing of thumbnails on my clients wordpress site. Everything is working OK, but I find when you go back to the main page after viewing an article, all the thumbs reload/refresh again and I do not want this to happen.

I am calling PHP thumb through a URL as recommened on the PHP guide:

<img src="<?echo get_template_directory_uri()?>/inc/ShowImage.inc.php?file=<?php echo urlencode($imageUrl) ?>" />

I am at a loss how to stop this re-loading so any help much appreciated!! :slight_smile: