forum.coppermine-gallery.net

Support => Older/other versions => cpg1.3.x Support => Topic started by: -TRshady- on July 06, 2005, 12:07:31 pm

Title: Increase width of Full-Size Image Pop Up
Post by: -TRshady- on July 06, 2005, 12:07:31 pm
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
Title: Re: Increase width of Full-Size Image Pop Up
Post by: Joachim Müller on July 07, 2005, 10:09:37 am
has been asked and answered before many times, so next time, please use the search first.
Edit displayimage, php, find
Code: [Select]
            $winsizeX = $CURRENT_PIC_DATA['pwidth'] + 16;
            $winsizeY = $CURRENT_PIC_DATA['pheight'] + 16;
and edit accordingly.
Title: Re: Increase width of Full-Size Image Pop Up
Post by: -TRshady- on July 07, 2005, 12:18:32 pm
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.