JQuery JCrop - 如何设置固定大小的选择区域?
我试图弄清楚如何修复 JCrop 下的选择框大小。 该文档提到了如何设置初始选择区域,但没有提到如何使其固定大小。 有谁知道我该如何修复它。 提前致谢。
I'm trying to figure out how to fix the selection box size under JCrop. The documentation mentions how to set an initial selection area but not how to make it fixed size. Does anybody knows how could I make it fixed. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
使用此示例您应该能够保持大小固定。
Using this example you should be able to keep the size fixed.
您基本上是在寻找 API 部分。 我自己广泛使用过这个插件,我确切地知道您在寻找什么:
You are basically looking for the API section. Having extensively used this plugin myself, I know exactly what you're looking for:
您可以将aspectRatio设置为十进制值
you can set the aspectRatio as decimal value
您可以使用aspectRatio选项。 这将强制选择方形
或纵横比:16/9 将使其宽屏:-)
You can use the aspectRatio option. This will force a square selection
Or aspectRatio: 16/9 would make it wide sreeen :-)
这非常容易......
例如
It's remarkably easy...
e.g.
嗨,这可能会有所帮助 -
Hi this might be helpful -