From: Dan Jones Date: Wed, 6 Aug 2014 18:32:21 +0000 (+0100) Subject: fix tiny thumbnails in public preview/share mode X-Git-Tag: v8.0.0alpha1~955^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4bbea118c27f3ef7d088a5c38f7cdee16fa29eac;p=nextcloud-server.git fix tiny thumbnails in public preview/share mode --- diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js index 2c68f440756..1a2394f300e 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(),