79644026

Date: 2025-05-29 14:06:01
Score: 1
Natty:
Report link

There is a simple way here:

Easy way to resize image with javascript

Usage:

var file=$('#image-box').prop('files')[0];
imgnry.file(file);
imgnry.max(true);
imgnry.width(800);
imgnry.quality(1);
imgnry.type('png');
imgnry.resize().then((img)=>console.log(img))
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Cymro