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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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