Skip to content

Commit

Permalink
Disable image resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed May 3, 2016
1 parent ffa32d1 commit 11a93f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/default/js/xibo-forms.js
Expand Up @@ -412,7 +412,7 @@ function MediaFormInitUpload(dialog) {
// Initialize the jQuery File Upload widget:
$('#fileupload').fileupload({
url: url,
disableImageResize: false
disableImageResize: true
});

// Upload server status check for browsers with CORS support:
Expand Down

3 comments on commit 11a93f2

@mattiassvedhem
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this not in 1.8.2? It's still a bug with the resizing. As described here: https://community.xibo.org.uk/t/png-file-and-resolution-downscale/5818

@dasgarner
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We fixed it in 1.8.2 with respect to the Library upload, which was the original bug. We didn't realise at the time that it also effected other areas of the software. See xibosignage/xibo#1287

@mattiassvedhem
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for your swift reply Dan.

Please sign in to comment.