News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

no scrollbars in Mozilla when showing big pic

Started by sigi, October 21, 2003, 09:31:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sigi

...but the same pic in IE6 has scrollbars ... how must I chane the javascript ?
Siegfried Schlosser

Berlin, Germany

had a big Coppermine gallery with more than 250.000 pics  at
www.allygally.de, but due to juristical problems that is closed now ....
Now trying Coppermine 1.4.x at http://walexis.pytalhost.de/

DJMaze

displayeimage.php line 155 change $pic_html = "<a href=\"javascript:;\" onClick=\"MM_openBrWindow('modules.php?name=coppermine&file=displayimagepopup&pid=$pid&fullsize=1','".uniqid(rand())."','toolbar=yes,status=yes,resizable=yes,width=$winsizeX,height=$winsizeY')\">";
into $pic_html = "<a href=\"javascript:;\" onClick=\"MM_openBrWindow('modules.php?name=coppermine&file=displayimagepopup&pid=$pid&fullsize=1','".uniqid(rand())."','toolbar=yes,status=yes,resizable=yes,scrollbars=yes,width=$winsizeX,height=$winsizeY')\">";
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

sigi

Siegfried Schlosser

Berlin, Germany

had a big Coppermine gallery with more than 250.000 pics  at
www.allygally.de, but due to juristical problems that is closed now ....
Now trying Coppermine 1.4.x at http://walexis.pytalhost.de/