mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Reduce letter avatar size by 50%
This commit is contained in:
parent
6aaec6438f
commit
5b420c7d0d
@ -107,7 +107,7 @@ class avatar
|
||||
if ($ttf)
|
||||
{
|
||||
ob_start();
|
||||
imagejpeg($image, null,100);
|
||||
imagejpeg($image, null,50);
|
||||
$result = ob_get_contents();
|
||||
ob_clean();
|
||||
imagedestroy($image);
|
||||
|
Loading…
Reference in New Issue
Block a user