保持可放置的图像大小作为背景

发布于 2024-12-31 21:23:13 字数 234 浏览 0 评论 0原文

如何保持图像的大小作为可放置的背景?我不知道图像的大小,因此当我将可放置背景设置为图像时,它要么裁剪以适合指定区域,要么乘以适合它?如何在保持纵横比的同时通过拉伸使其适应区域?

由于我已经在我的样式中定义了 droppable 的大小,因此我不想更改 droppable 的大小以适应图像。相反,我希望加载的图像完全包含在适当的宽高比中,以达到可删除的含义,而不被裁剪或相乘。这可以通过 jquery 或 javascript 来完成吗?

How can I maintain the size of image as a background of droppable? I don't know the size of image so when I set the droppable background to an image it either crops to fit the designated area or multiplies to fit it? How can I make it to fit the area by streching while maintaining the aspect ratio?

Since I already define the size of droppable in my style, I don't want to change the size of my droppable to fit the image. Rather, I want the image to be loaded to be completely contained with proper aspect ratio to the droppable meaning without being cropped or multiplied. Can this be done through jquery or javascript?

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

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

发布评论

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

评论(1

浊酒尽余欢 2025-01-07 21:23:13

两种可能的解决方案:
第一个是PHP GD的 imagesx()imagesy()。当然,这是使用 PHP,但是如果您会使用 PHP,那就太好了,因为这样您也许也能学到一些 PHP GD。 :)

否则,您可以使用解决方案这个问题

Two possible solutions:
The first is PHP GD's imagesx() and imagesy(). That is using PHP, sure, but if you can use PHP, it can be good as then you'll perhaps learns some PHP GD too. :)

Otherwise, you could use the solution to this question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文