[Solved]: Large Pics Window [Solved]: Large Pics Window
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Large Pics Window

Started by nova-bossa, June 07, 2004, 03:35:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nova-bossa

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?

Joachim Müller

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

nova-bossa