View Single Post
Old September 8th, 2006, 04:26 PM   #1 (permalink)
julianvinas
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 34
Re Size Thumbnails Pp

I want to increase the size of thumbnails in pp
in Upload Photo Options
Thumbnail image max width and height in pixels set @ 100


and featured pics vba
if i change size here in inc_features

$mthumb = "<img src=\"{$url_path}/images/overlay-roundp.gif\" height=\"105\" width=\"81\" border=\"0\" alt=\"\" />";
}
else
{
$mthumb = "<img src=\"{$url_path}/images/overlay-round.gif\" height=\"81\" width=\"105\" border=\"0\" alt=\"\" />";
}
will this work???

do i have to change the values in both areas ?? or just 1 or it wont work?

Thanks in Advance
julianvinas is offline   Reply With Quote