Я использую jquery-версию cropper.js .Сценарий работает отлично до сих пор.
Но я ничего не могу сделать.Я хочу, чтобы мои обрезанные изображения имели соотношение сторон 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.