From 4bbea118c27f3ef7d088a5c38f7cdee16fa29eac Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Wed, 6 Aug 2014 19:32:21 +0100 Subject: [PATCH] fix tiny thumbnails in public preview/share mode --- apps/files_sharing/js/public.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js index 2c68f44075..1a2394f300 100644 --- a/apps/files_sharing/js/public.js +++ b/apps/files_sharing/js/public.js @@ -73,6 +73,7 @@ OCA.Sharing.PublicApp = { var params = { x: $(document).width() * window.devicePixelRatio, + y: $(document).height() * window.devicePixelRatio, a: 'true', file: encodeURIComponent(this.initialDir + $('#filename').val()), t: $('#sharingToken').val(),