Windows 版 Mozilla Firefox 中的图像调整大小问题

发布于 2024-10-25 17:21:48 字数 246 浏览 1 评论 0原文

我有一些奇怪的问题。我有一个大图像,在 img 链接中被缩小到 30px,因此:

img src="/company/images/logos/1.png" height="30px"

在所有浏览器和计算机上,除了 Windows 上的 Firefox 之外,它看起来都很好。我发现当我摆脱高度限制时,它看起来很好,但当我添加“30px”时,它看起来很混乱。

关于我可能需要做什么有什么想法吗?

I am having some weird issues. I have a large image which is being shrunk to size 30px in the img link so:

img src="/company/images/logos/1.png" height="30px"

On all browsers and computers it looks fine except for firefox on a windows. I found out that when i rid the height constraint it looks fine but when i add the "30px" it looks messed up.

Any ideas on what i might need to do?

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

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

发布评论

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

评论(1

梦魇绽荼蘼 2024-11-01 17:21:48

我猜您正在讨论默认的 Firefox 图像大小调整算法使图像看起来“锯齿状”的问题。

一般来说,最好不要让浏览器调整图像大小。

您应该制作一个已经具有正确尺寸的图像版本。

我不知道如何在 Firefox 中缩小图像时使图像看起来不错。

请参阅此处进行比较。 (我使用的是 Firefox 3.6.15 / Windows 7)

如果有人有办法让 Firefox 中的第一个图像顺利缩小,我想知道。

I'm guessing you're talking about issue where the default Firefox image resizing algorithm makes the image look "jagged".

In general, it's better to not let the browser resize the image.

You should instead make a version of the image that is already the correct size.

I'm not aware of a way to make the image look good when downscaling in Firefox.

See here for a comparison. (I used Firefox 3.6.15 / Windows 7)

If anybody has a way to make the first image downscale smoothly in Firefox, I'd like to know.

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