the pop up window for the large pictures are not of the same size as the pictures.
in explorer resolution 1024x768 one centimeter of the pics are hidden and scrollbars appear!
where can i correct this?
this has been discussed before, next time please search before posting.
Edit displayimage.php and find $winsizeX = $CURRENT_PIC_DATA['pwidth'] + 16;
$winsizeY = $CURRENT_PIC_DATA['pheight'] + 16;
Edit accordingly.
GauGau
thank you!