[Pkg-owncloud-commits] [owncloud] 30/121: fix tiny thumbnails in public preview/share mode

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 16:44:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 9ba8f5b60480e8dc30cc0e6e24c61d80871b254d
Author: Dan Jones <dan at danneh.org>
Date:   Wed Aug 6 19:32:21 2014 +0100

    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 2c68f44..1a2394f 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(),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list