jQuery如何为Jcrop添加缩放功能
JCrop 它是一个非常出色的插件,但不幸的是缺乏放大缩小功能。
我想知道是否有人尝试过在 jCrop 中添加放大缩小功能。
请发布代码示例。
谢谢
JCrop it is a really great plugin but unfortunately lack of Zoom-In Zoom-Out feature.
I would like to know if someone have ever tried to add a Zoom-In Zoom-Out feature in jCrop.
Please post an example of code.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一种非常快速且肮脏的方法......
在 Jcrop 提供的名为“crop.php”的演示文件中,您将找到此函数:
删除上面的整个函数并将其替换为:
然后将其添加到身体:
This is a very quick and dirty way to do it...
In the demo file provided with Jcrop called "crop.php" you'll find this function:
Delete the entire function above and replace it with this:
Then add this somewhere in the body:
这太棒了:
https://github.com/sheldon/jquery-cropzoom
This is great:
https://github.com/sheldon/jquery-cropzoom