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

Increase width of Full-Size Image Pop Up

Started by -TRshady-, July 06, 2005, 12:07:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

-TRshady-

Simple question, when viewing the full size image which launches in a pop up, the scrollbar results in the right edge being covered.

How would I increase the width ofthe pop up launched so the full-size image with white border can be seen properly?

Thanks

Joachim Müller

has been asked and answered before many times, so next time, please use the search first.
Edit displayimage, php, find             $winsizeX = $CURRENT_PIC_DATA['pwidth'] + 16;
            $winsizeY = $CURRENT_PIC_DATA['pheight'] + 16;
and edit accordingly.

-TRshady-

I had searched many times and best I could come up with was results like 'how to skip intermediate and go to fullsize' which did speak of adjust pop ups but nothing which would help me. Pop ups, width, full size image were the terms I terms. Anyway, thanks for the help, I'll go try as you suggested.