html - 在 chrome 中设置自定义缩放

标签 html google-chrome

我真的搜索了很多次,用了很多方法,但没有找到有效的解决方案。让我们进入正题:除了固定级别之外,如何在 Google Chrome 中设置自定义缩放级别 Here, I don't need the crossed ones, and I want to insert 115 and 120 in between the arrow 提前致谢。我已尝试通过检查编辑 HTML,但这对我不起作用。

最佳答案

如果您想随意放大 chrome 而不是 chrome 给出的选择。所以,你可以试试这个 open inspect select html 标签,然后在内联样式的右边写这个 transform: scale(1); here 1 -> 100% (original) 用你想要的替换它.比如 1.15 -> 115%,1.23 -> 123%,等等。 检查这个 image

关于html - 在 chrome 中设置自定义缩放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37071352/

相关文章:

javascript - 暴露 typescript 函数以调用 html 页面

html - 如何在 Bootstrap 中拉伸(stretch)容器以适应整个页面

windows - chrome的 “settings”数据的Win Explorer位置在哪里?

android - 在 Intent 中为 Chrome 设置浏览器 header

javascript - 关闭由 Google Chrome 扩展程序创建的弹出窗口

javascript - 为什么 Chrome 在 jQuery 中的某行暂停?

html - 如何在移动视口(viewport)中将 flexbox 导航分成两行

c# - 如何将带有图像(base 64 字符串)的电子邮件中的 html 发送到 Outlook、gmail 等

jquery - 全屏覆盖定位问题

javascript - 脚本可以使用 Greasemonkey 但不适用于 Tampermonkey。是因为 jQuery $.get 吗?