标签: jquery image image-resizing
Jquery resizing image
在代码中,有:
var maxWidth = 100; // Max width for the image var maxHeight = 100; // Max height for the image
是否可以将大小调整为100px x 100px的固定大小?
答案 0 :(得分:1)
或者您可以在background-image
background-image
background-size: cover; background-position: center center;