How to rescale Image to 12 x 12 Automatically whenever someone select a file from computer <input type="file" name="image[]" class="box_file" />
My goal is to rescale the image automatically to 12 x 12 whenever someone select the file from desktop. Eg: - If user select 1000 x 500 image I want it to automatically rescale to 12 x 12
HTML:
(Using Javascript)