News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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