Fullsize popup fit screen Fullsize popup fit screen
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Fullsize popup fit screen

Started by claude258, October 13, 2005, 03:39:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

claude258

I would like to know if it is possible to have the popup original (popup from intermediate image clic) fitting the screen. I mean small original or bigger original images will be resized to fit the screen / brower without having to use the scrollbars.

I saw this post:
http://forum.coppermine-gallery.net/index.php?topic=2755.0
but I dont understand how to do it with CVS.

I search for other but I was not able to find.

Is there a mod I can do to achive this?

Joachim Müller

you'll have to implement a bit of JavaScript that tries to detect the resolution the user has and add it to the displayimage.php code. Take a look at http://dynamicdrive.com/dynamicindex8/automax.htm how to achieve this.

claude258

In fact, what I would like to do is to fit large images in the screen. Now it is OK the browser is fitting the screen. But with large images (high resolution) it does not fit in the browser (we need to use the scroolbars to see it). Can we rezise the images to fit in the browser (small images will become bigger and or big images will become smaller)?

Thanks again.

Stramm

you use the technique seen in the link GauGau posted to modify the img tag for the fullsized image (to be found in displayimage.php -> function display_fullsize_pic)

claude258

I just whant to make sure I understand.
The script posted by GauGau automatically maximises the browser window. But what will happend if the image is a high resolution? Will the image be minimised to fit the screen whithout the need to use scrollbars? What will happend if the image is smaller the the screen (or browser window)? Will the image be maximised to fit the screen? 

Stramm

No, this isn't a 'ready to go' solution. You'll have to do some coding yourself (as described above)

claude258

I think to solution is here:
http://forum.coppermine-gallery.net/index.php?topic=2755.0

but I dont know how to do it the way it is presented (CVS). Can you give the exact line of code to change or add (as it is usualy done for other mods).

Thanks.