Ok I found the correct template but I now have a problem I have never ran into before. How do I set it to have a maximum pixel dimension but not alter the aspect ratio of the image? Right now it is stretching everything to fit the dimensions I set, but that make portrait-oriented images look pretty bad
Here is my modified template:
Code:
<!--<p>--><smallfont>$post[username] has attached this image:<br>
<a target="_blank" href="attachment.php?s=$session[sessionhash]&postid=$post[postid]"><img src="attachment.php?s=$session[sessionhash]&postid=$post[postid]" border="0" alt="Click for Full Version" vspace="8" hspace="4" width="550" height="413"></a>
</smallfont><!--</p>-->
Is this even possible via templates? Would I have to use PHP to do this?
Any pointers would be greatly appreciated
B