forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: roRisc on November 05, 2003, 06:35:11 am

Title: scroll bars for viewing original photos.
Post by: roRisc on November 05, 2003, 06:35:11 am
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)
Title: scroll bars for viewing original photos.
Post by: hyperion on November 05, 2003, 07:56:10 am
What resolution is your laptop set to?
Title: scroll bars for viewing original photos.
Post by: Joachim Müller on November 05, 2003, 08:00:59 am
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
Code: [Select]
$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
Code: [Select]
$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
Title: scroll bars for viewing original photos.
Post by: gromeck on November 05, 2003, 11:19:44 am
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