PDA

View Full Version : Image attachments and thumbnail quality



SpankMe
21st January 2004, 18:47
Wasn't happy with the image quality of the thumbnails vBulletin was producing, so I have changed the code to improve it. I also increaed their size while I was at it.


If anyone encounters any problems with image attachments, please let me know.

Examples of thumbnail quality improvement.

<table cellspacing="0" cellpadding="5" align="center" border="0"> <tr> <td align="middle" colspan="2"> <b>before</b> </td> </tr> <tr> <td align="middle" width="20%"> <img alt="" src="/images/tn_DSC01605.JPG"> </td> <td align="middle" width="20%"> <img alt="" src="/images/tn_DSC01921.JPG"> </td></tr> <tr> <td align="middle" width="100%" colspan="2"> <b>after</b> </td> </tr> <tr> <td align="middle" width="20%"> <img alt="" src="/images/tnew_DSC01605.jpg"> </td><td align="middle" width="20%"> <img alt="" src="/images/tnew_DSC01921.jpg"> </td></tr> </table>

mangell6
21st January 2004, 19:11
Very impressive, well done.

Mike

Andrew
22nd January 2004, 06:37
sweet! :2thumbsup