fix tiny thumbnails in public preview/share mode

This commit is contained in:
Dan Jones 2014-08-06 19:32:21 +01:00
parent a72dae6842
commit 4bbea118c2

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