gpt4 book ai didi

html - 如何使用CSS设置缩放级别

转载 作者:行者123 更新时间:2023-11-28 06:54:27 25 4
gpt4 key购买 nike

我一直在用我最初设置的 firefox 上的某个缩放级别开发我的 webapp(使用 ctrl+wheel)。现在,当在另一台 PC 上的 firefox 上进行测试时,默认的 100% 似乎太大了。我可以使用 css 设置默认值吗?

最佳答案

    <html>    
<body>
<div id="sampleDiv" style="width: 100px; background-color: Gray;">
Zoom Me
</div>
<button onclick="sampleDiv.style.zoom='300%'">Zoom 300%</button>
<button onclick="sampleDiv.style.zoom='200%'">Zoom 200%</button>
<button onclick="sampleDiv.style.zoom='100%'">Zoom 100%</button>
</body>
</html>

关于html - 如何使用CSS设置缩放级别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33592310/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com