gpt4 book ai didi

带有大图像的 jQuery 裁剪工具

转载 作者:行者123 更新时间:2023-12-01 00:58:22 24 4
gpt4 key购买 nike

我有一个<img>显示图像的标签。如果我加载大图像,我需要使用以下 CSS 代码重新调整其大小

.resize-large-images
{
min-width:100px;
max-width:100%;
width:auto !important;
height: auto !important;
}

CSS 工作正常。但是当我将它与 jcrop 一起使用时它再次以实际大小加载。我应该怎么做才能克服这个问题?编辑jcrop文件?或者有其他选择吗?

最佳答案

$(function() {
$('#cropbox').Jcrop({ boxWidth: 450, boxHeight: 400 });
})

关于带有大图像的 jQuery 裁剪工具,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7038523/

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