Browse Source

Increase size of small image (used by PDF)

Laurent Destailleur 4 years ago
parent
commit
ff739dcbd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/core/lib/images.lib.php

+ 1 - 1
htdocs/core/lib/images.lib.php

@@ -23,7 +23,7 @@
  */
 
 // Define size of logo small and mini
-$maxwidthsmall = 350; $maxheightsmall = 200; // Near 16/9eme
+$maxwidthsmall = 480; $maxheightsmall = 270; // Near 16/9eme
 $maxwidthmini = 128; $maxheightmini = 72; // 16/9eme
 $quality = 80;