diff --git a/art/BitMap-AdityaPV/Image_to_array_coverter.html b/art/BitMap-AdityaPV/Image_to_array_coverter.html index 1030aee7e..2ad0e58c8 100644 --- a/art/BitMap-AdityaPV/Image_to_array_coverter.html +++ b/art/BitMap-AdityaPV/Image_to_array_coverter.html @@ -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() {