Dont scale up the preview for publicly shared images

remotes/origin/ldap_group_count
Robin Appelman 11 years ago
parent 050df76830
commit 157b139b57
  1. 3
      apps/files_sharing/js/public.js

@ -59,7 +59,8 @@ OCA.Sharing.PublicApp = {
x: $(document).width() * window.devicePixelRatio,
a: 'true',
file: encodeURIComponent(this.initialDir + $('#filename').val()),
t: $('#sharingToken').val()
t: $('#sharingToken').val(),
scalingup: 0
};
var img = $('<img class="publicpreview">');

Loading…
Cancel
Save