From ecf88e4264f35c99e128df9986ca017ba7157aa1 Mon Sep 17 00:00:00 2001 From: Aditya P Venugopal Date: Mon, 9 Sep 2024 21:16:14 +0530 Subject: [PATCH] Update Image_to_array_coverter.html making max height and width 125 --- art/BitMap-AdityaPV/Image_to_array_coverter.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {