changeset 87:f150d044f743

Adjust image scaling coefficient.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Sep 2016 13:44:04 +0300
parents fd08e061413b
children 6558eb187e4b
files mgallery.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Thu Sep 15 13:40:15 2016 +0300
+++ b/mgallery.php	Thu Sep 15 13:44:04 2016 +0300
@@ -712,7 +712,7 @@
 {
   var eimg = document.getElementById("imageImage");
   var win = mgalGetWindowSize();
-  var madj = 0.85;
+  var madj = 0.80;
   if (eimg)
   {
     if (eimg.width > eimg.height)