使用jquery调整固定高度和固定宽度的图像

时间:2014-06-26 17:02:06

标签: 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的固定大小?

1 个答案:

答案 0 :(得分:1)

或者您可以在background-image

时将CSS用作background-size: cover; background-position: center center;