From 9b06513941c13801bcd65e27e475ec15597b3b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 8 Sep 2015 09:55:56 +0200 Subject: [PATCH] Drag'n'drop save only picture thumbnails #441 --- app/views/dmsf_upload/_multi_upload.html.erb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/app/views/dmsf_upload/_multi_upload.html.erb b/app/views/dmsf_upload/_multi_upload.html.erb index 0c1ee706..85a32ac8 100644 --- a/app/views/dmsf_upload/_multi_upload.html.erb +++ b/app/views/dmsf_upload/_multi_upload.html.erb @@ -96,15 +96,7 @@ // Rename files by clicking on their titles rename: true, - - // Resize images on clientside if we can - resize : { - width : 200, - height : 200, - quality : 90, - crop: true // crop to exact dimensions - }, - + // Views to activate views: { list: true,