Resize image for fixed height and fixed width with jquery -
there resizing answers @ jquery resizing image
in code, there is:
var maxwidth = 100; // max width image var maxheight = 100; // max height image is possible resize fixed size of 100px x 100px?
or can utilize css background-image while background-size: cover; background-position: center center;
jquery image image-resizing
No comments:
Post a Comment