There are resizing answers at Jquery resizing image
In the code, there is:
var maxWidth = 100; // Max width for the image
var maxHeight = 100; // Max height for the image
Is it possible to resize to fixed size of 100px x 100px?
There are resizing answers at Jquery resizing image
In the code, there is:
var maxWidth = 100; // Max width for the image
var maxHeight = 100; // Max height for the image
Is it possible to resize to fixed size of 100px x 100px?