scroll bars for viewing original photos. scroll bars for viewing original photos.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

scroll bars for viewing original photos.

Started by roRisc, November 05, 2003, 06:35:11 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

roRisc

I have just found out how hard it is for one to see a photo on my gallery from a laptop, where res is low and quality sucks.. really

I tried to view the pic at its original sizes (the state it is in before CPG resizes it) and couldn't view it (in Mozilla) because there are no scroll bars. so there it was the top left corner of a 5 megapixel photo....

feature requests:
a 'hand' tool that would make big photo viewing easier.
or
at least some scroll bars, both up-down and left-right.

Nevertheless, CPG is the the attraction of my site.  :D
thanks guys.

using CPG v 1.1B for phpNuke (6.9)

hyperion

"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

Joachim Müller

you shouldn't upload 5 MB pics in the first place - I don't know any reason to do that.
If you want to get the scroll bars back on the fullsize pop-up, just edit displayimage.php and find$pic_html = "<a href=\"javascript:;\" onClick=\"MM_openBrWindow('displayimage.php?pid=$pid&fullsize=1','".uniqid(rand())."','toolbar=yes,status=yes,resizable=yes,width=$winsizeX,height=$winsizeY')\">";and change it to$pic_html = "<a href=\"javascript:;\" onClick=\"MM_openBrWindow('displayimage.php?pid=$pid&fullsize=1','".uniqid(rand())."','scrollbars=yes,toolbar=yes,status=yes,resizable=yes,width=$winsizeX,height=$winsizeY')\">";(assuming you're using cpg1.1.x)

GauGau

gromeck

Quote from: "gaugau"you shouldn't upload 5 MB pics in the first place - I don't know any reason to do that.

The reason could be, that the files aren't uploaded, but userpics/ holds links into a photo archive!
"aren't uploadled" means, CPG runs in the intranet on the same server which also holds the master copy of the photo archive.

gromeck