Increase size of small image (used by PDF)

This commit is contained in:
Laurent Destailleur 2020-10-07 19:39:17 +02:00
parent 1a39e963a5
commit ff739dcbd2

View File

@ -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;