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?
width:100px;height:100px;however, the image will be stretched and look funny this way. you might be interseted in the jcrop library