| 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
|