Skip to content

Commit

Permalink
Update Image_to_array_coverter.html
Browse files Browse the repository at this point in the history
making max height and width 125
  • Loading branch information
Vipremigini authored Sep 9, 2024
1 parent e8bbf81 commit ecf88e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions art/BitMap-AdityaPV/Image_to_array_coverter.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
const outputInfo = document.getElementById('outputInfo');
outputInfo.innerHTML = '';

const maxWidth = 200;
const maxHeight = 200;
const maxWidth = 125;
const maxHeight = 125;

const img = new Image();
img.onload = function() {
Expand Down

0 comments on commit ecf88e4

Please sign in to comment.