Advanced search  

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

Pages: [1]   Go Down

Author Topic: scroll bars for viewing original photos.  (Read 6193 times)

0 Members and 1 Guest are viewing this topic.

roRisc

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
    • http://rom.ods.org
scroll bars for viewing original photos.
« 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)
Logged

hyperion

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 1317
  • - retired -
scroll bars for viewing original photos.
« Reply #1 on: November 05, 2003, 07:56:10 am »

What resolution is your laptop set to?
Logged
"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

(http://www.mozilla.org/products/firefox/buttons/getfirefox_small.png)

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
scroll bars for viewing original photos.
« Reply #2 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
Logged

gromeck

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
scroll bars for viewing original photos.
« Reply #3 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
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.