View Single Post
Old January 10th, 2011, 12:50 PM   #1 (permalink)
dontom
Member
Verified Customer
 
Join Date: Oct 2002
Location: Germany
Posts: 254
Send a message via ICQ to dontom
Supersize popup-window too small

click on one of the supersize links and you will get an popup with ugly scrollbars because the window is too small for the image.
example
auction - PhotoPost Classifieds

I replaced this
$width = $image_stats[0];
$height = $image_stats[1];

by this
$width = $image_stats[0]+15;
$height = $image_stats[1]+15;

and the scrollbars are gone:

http://www.rennrad-news.de/rennrad-m...a-carbon&cat=1

Perhaps you can modify this in the ppc-code.
dontom is offline   Reply With Quote