Quote:
Originally Posted by Lulubelle
the thumbnail in the thread is huge
|
Hello Lulubelle,
If you're talking about the Threads in Forum displayed thumbnails add Width and Height to the thread thumbnail <img src= threadbit template code where applicable.
For example, try this (change 50 to whatever size value you end up liking):
<img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" alt=""
width="50" height="50" border="0" />
~OZ