Quote:
Originally Posted by valdet
Hi Rolando,
In template afm_picture you would just need to add width or height attributes to the thumbnails
In this case they're sized 50 px
Code:
<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" height="50px" border="0" alt="$lpicture[title]" />
</a>
|
Is there a way I can specify a MAX image width ?