Browse Source

Merge pull request #14719 from nextcloud/fix/14639/fix_preview_size_trash

Use higher preview resolution in trashbin
Roeland Jago Douma 5 years ago
parent
commit
6c856ac588
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apps/files_trashbin/lib/Controller/PreviewController.php

+ 2 - 2
apps/files_trashbin/lib/Controller/PreviewController.php

@@ -85,8 +85,8 @@ class PreviewController extends Controller {
 	 */
 	public function getPreview(
 		int $fileId,
-		int $x = 44,
-		int $y = 44
+		int $x = 128,
+		int $y = 128
 	) {
 
 		if ($x === 0 || $y === 0) {