diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-03 13:08:00 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-18 13:44:04 +0200 |
commit | 32d6090c8bca8db45bf5f78c7a1f2037a1411e29 (patch) | |
tree | 3b3183fd833666e9d646c1af143f95be28639a1d /apps/files/templates | |
parent | 5b293a96f231504085db934383ea9c94db7c3a73 (diff) | |
download | nextcloud-server-32d6090c8bca8db45bf5f78c7a1f2037a1411e29.tar.gz nextcloud-server-32d6090c8bca8db45bf5f78c7a1f2037a1411e29.zip |
Fetch high resolution thumbnails for grid view
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index f9cd5a2529d..8238ec82f5e 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -38,7 +38,7 @@ <p></p> </div> -<table id="filestable" class="view-grid" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="32" data-preview-y="32"> +<table id="filestable" class="view-grid" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="250" data-preview-y="250"> <thead> <tr> <th id="headerSelection" class="hidden column-selection"> |