fix animated gif resizing

This commit is contained in:
2015-05-25 16:29:31 +02:00
parent b557ded1a6
commit 13fc4d4ef9
2 changed files with 44 additions and 13 deletions

View File

@@ -122,7 +122,7 @@ class Databap extends PhpObject
const REBOOT_DELAY = 15; //seconds
const PM_SEP = '___';
const CHAT_IMG_MAX_WIDTH = 700;
const CHAT_IMG_MAX_HEIGHT = 1080;
const CHAT_IMG_MAX_HEIGHT = 800;
const JSON_PREFIX = '[\-JSON-/]';
const MAX_NB_NEWS = 3;