gpt4 book ai didi

jquery - 如何使用 jQuery 对图像进行拖放和调整大小?

转载 作者:行者123 更新时间:2023-12-01 04:30:46 25 4
gpt4 key购买 nike

如何使用 jQuery 调整图像大小并保持其纵横比相同?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>CrossSlide - A jQuery plugin to create pan and cross-fade animations</title>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>

</head>
<body>

<style type="text/css">
#resizebleImage { background: silver; }

</style>

<script type="text/javascript">

$(document).ready(function(){
$("#resizebleImage").resizable().parent().draggable();
});
</script>

<img id="resizebleImage" src="http://images.askmen.com/galleries/singer/gloria-estefan/pictures/gloria-estefan-picture-4.jpg">
</body>
</html>

最佳答案

哦...呵呵...aspectRatio:true,

关于jquery - 如何使用 jQuery 对图像进行拖放和调整大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2702008/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com