summaryrefslogtreecommitdiffstats
path: root/lib/Service/CacheDocumentService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/CacheDocumentService.php')
-rw-r--r--lib/Service/CacheDocumentService.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Service/CacheDocumentService.php b/lib/Service/CacheDocumentService.php
index 78505637..b147c8f6 100644
--- a/lib/Service/CacheDocumentService.php
+++ b/lib/Service/CacheDocumentService.php
@@ -61,8 +61,8 @@ class CacheDocumentService {
use TStringTools;
- const RESIZED_HEIGHT = 250;
- const RESIZED_WIDTH = 350;
+ const RESIZED_WIDTH = 280;
+ const RESIZED_HEIGHT = 180;
/** @var IAppData */
private $appData;