简体   繁体   English

jQuery UI Resizable的替代品

[英]Alternatives to jQuery UI Resizable

Does anyone know of any alternative jQuery plugins to the resizable function in jQuery UI? 有没有人知道jQuery UI中可调整大小的函数的任何替代jQuery插件? My main focus is on constraining the bounding box (parent), and the aspect ratio of the image. 我主要关注的是约束边界框(父级)和图像的宽高比。

You can use the CSS "resize" attribute. 您可以使用CSS“resize”属性。 See this page: http://www.css3.info/preview/resize/ 见本页: http//www.css3.info/preview/resize/

I don't know why you need an alternative if you can do that with jQuery UI resizable. 我不知道为什么你需要一个替代,如果你可以使用jQuery UI可调整大小。

Here are some demos: 以下是一些演示:

All you need to do is just set your image CSS styles so that it resizes with the resizable box. 您需要做的就是设置图像CSS样式,以便使用可调整大小的框调整其大小。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM