Skip to content

Commit 9dff88a

Browse files
committed
another
1 parent 06e218b commit 9dff88a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/assets/javascripts/jquery-fileupload/vendor/load-image.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
height = parseInt(height * scale, 10);
7979
}
8080
if (img.getContext || (options.canvas && canvas.getContext)) {
81-
canvas.width = width;
82-
canvas.height = height;
81+
// canvas.width = width;
82+
// canvas.height = height;
8383
canvas.getContext('2d')
8484
.drawImage(img, 0, 0, width, height);
8585
return canvas;

0 commit comments

Comments
 (0)