放大浏览器时的图像替代品
如果浏览器放大,图像会变得模糊。 如果我放置更大的图像并将宽度/高度设置为所需的大小,则图像在缩放时会更好,但是在 100% 中,有些图像会出现莫尔条纹,因此我需要一些图像因浏览器的缩放级别而有所不同。
是否有用于缩放替代样式表或缩放替代图像的 CSS 关键字?
If the browser have been zoomed in the images get blured.
If I put a bigger image and set width/height to the desired size the image will be better in zoom, however in 100% some get moire, so I need some of the images to be different by the zoom level of the browser.
Is there any CSS keyword for a zoom alternative stylesheet or, zoom alternative image?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信有 CSS 关键字可以处理浏览器缩放。您可以使用 JavaScript 尝试检测用户是否已缩放:
请参阅答案:https://stackoverflow.com/a/995967/1145390
I don't believe there is a CSS keyword that handles browser zoom. You can use JavaScript to try to detect if the user has zoomed:
See answer: https://stackoverflow.com/a/995967/1145390