带有大图像的 jQuery 裁剪工具

发布于 2024-11-29 09:20:31 字数 330 浏览 0 评论 0原文

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

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

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

I have a <img> tag which shows images. If I load large images I need to re-size it using the following CSS code

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

The CSS works fine. But when I use it with the jcrop it again loads in the actual size. What should I do to overcome this issue ? Edit jcrop files ? Or is there any alternatives ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

和我恋爱吧 2024-12-06 09:20:31
$(function() {
       $('#cropbox').Jcrop({ boxWidth: 450, boxHeight: 400 });
 })
$(function() {
       $('#cropbox').Jcrop({ boxWidth: 450, boxHeight: 400 });
 })
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文