Increase size of small image
This commit is contained in:
parent
95cf8b6359
commit
0d97d88da0
@ -23,8 +23,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Define size of logo small and mini
|
// Define size of logo small and mini
|
||||||
$maxwidthsmall = 270; $maxheightsmall = 150;
|
$maxwidthsmall = 350; $maxheightsmall = 200; // Near 16/9eme
|
||||||
$maxwidthmini = 128; $maxheightmini = 72;
|
$maxwidthmini = 128; $maxheightmini = 72; // 16/9eme
|
||||||
$quality = 80;
|
$quality = 80;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user