Merge pull request #1013 from nlegoff/fix-upload-img-overflow

[Ready][3.8] Fix canva overflow for thumbnail preview
This commit is contained in:
Romain Neutron
2014-03-04 18:25:46 +01:00

View File

@@ -155,10 +155,8 @@ $(document).ready(function () {
var maxFileSize = {{ maxFileSize }};
UploaderManager.Preview.setOptions({
maxWidth: 160,
maxHeight: 120,
minWidth: 160,
minHeight: 120
maxWidth: 130,
maxHeight: 120
});
//Init jquery tabs