quote:
Originally posted by traxor
you can just do something like:
code:
<a href="main image"><img src="???" border="1" height="???" width="???" title="Image Thumbnail"></a>
You shouldn't really need PHP.
If that suggests to use the main image as the thumbnail but resized using html, NEVER do that! the whole reason for thumbnails are so that images can be easily browsed. If the images are large then it will kill 56k users. It is best to use a php code and cache the images.