Merge pull request #10223 from dannosaur/patch-1

fix tiny thumbnails in public preview/share mode
This commit is contained in:
Jan-Christoph Borchardt 2014-08-07 12:36:57 +02:00
commit 9e6b65fabe
1 changed files with 1 additions and 0 deletions

View File

@ -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(),