Quote:
Originally Posted by GrendelKhan{TSU
anyone know how to add the code to control the height??
|
woot!~!! got it~!!!!
in "photoplog_thumbs.php_horiz.php' file:
this is how my code turned out to control width and height of thumbs:
Quote:
<img src=\"".$photoplog_location."/file.php?".$vbulletin->session->vars['sessionurl']."n=".$photoplog_fileid."&w=1s\" border=\"0\" width=\"85\" height=\"85\" alt=\"".$photoplog_title."\" />
|
turns out just had to add the part in blue to control height too. (red parts are from the solutoin from maranello)
thanks all!!