5

我正在使用cropper.js的jquery 版本。到目前为止,该脚本运行良好。

但有一件事我无法完成。我希望我的裁剪图片的宽高比为 16 / 9,宽度为 280 像素,高度为 158 像素。

那个脚本有可能吗?

我有以下选项,但似乎都不符合我的需求:

minContainerWidth
Type: Number
Default: 200
The minimum width of the container.

minContainerHeight
Type: Number
Default: 100
The minimum height of the container.

minCanvasWidth
Type: Number
Default: 0
The minimum width of the canvas (image wrapper).

minCanvasHeight
Type: Number
Default: 0
The minimum height of the canvas (image wrapper).

minCropBoxWidth
Type: Number
Default: 0
The minimum width of the crop box.

Note: This size is relative to the page, not the image.

minCropBoxHeight
Type: Number
Default: 0
The minimum height of the crop box.

Note: This size is relative to the page, not the image.
4

0 回答 0