Quote:
Originally Posted by Get Shorty
I changed this to resize to 200 pixels...
It would be great if it didn't increase the size of small images.
|
Quote:
Originally Posted by arco
I'll second that. Looks kinda silly. 
|
I think changing to a link would be better, this way no small images are enlarged and saves even more space.
In the last code box find:
PHP Code:
return '<a href="' . $link . '" target="_blank"><img src="' . $link . '" border="0" width="100" alt="" /></a>';
Replace with:
PHP Code:
return '<a href="' . $link . '" target="_blank">' . $link . '</a>';
Not tested but should work