浏览代码

Increase size of small image (used by PDF)

Laurent Destailleur 4 年之前
父节点
当前提交
ff739dcbd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;