Windows 版 Mozilla Firefox 中的图像调整大小问题
我有一些奇怪的问题。我有一个大图像,在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜您正在讨论默认的 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.