Increase size of small image

This commit is contained in:
Laurent Destailleur 2020-04-15 18:12:34 +02:00
parent 95cf8b6359
commit 0d97d88da0

View File

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