Quote:
Originally Posted by Dr.LoVe
open
afm_picture
and repalce with
Code:
<td align="center">
<a href="album.php?albumid=$lpicture[albumid]&pictureid=$lpicture[pictureid]">
<img title="$lpicture[title]" class="inlineimg" src="picture.php?pictureid=$lpicture[pictureid]&albumid=$lpicture[albumid]&thumb=1" border="0" alt="$lpicture[title]" width="130" height="130" />
</a>
<br />
<a href="member.php?u=$lpicture[userid]">$lpicture[musername]</a>
</td>
u can change to any size width="130" height="130
|
How about a MAX width ? Adding both height and width seems to distort the thumb nails but at times we have images that are too long and mess up the layout due to their width.