View Single Post
Old February 13th, 2010, 10:39 AM   #5 (permalink)
monoco
Junior Member
Verified Customer
 
Join Date: Jan 2010
Posts: 7
thumbnail size and it did not work

I tried this to change the index thumbnail size and it did not work, I'm I doing something wrong?


You can alter this line in pp-inc.php to be a 1 not .5


Code:
if ( $thumbh && $thumbw && !is_multimedia($bigimage) )
{
$imgh = round( $thumbh / $scaleFactor ) * 1;
$imgw = round( $thumbw / $scaleFactor ) * 1;
$imgsize = "height=\"$imgh\" width=\"$imgw\"";
}
monoco is offline   Reply With Quote