This question already has answers here:
Changing the browser zoom level
                                
                                    (8个答案)
                                
                        
                        
                            How to Increase browser zoom level on page load?
                                
                                    (4个答案)
                                
                        
                                6年前关闭。
            
                    
是否可以在加载javascript时自动将要设置为75%的网页设置为浏览器缩放?如果是这样,您该怎么做?
我已经用谷歌搜索,但还没有真正找到任何东西。
谢谢。

最佳答案

<meta name="viewport" content="width=device-width">


在CSS中,使body { width:75%; margin:auto; }缩小内容并将其居中。

关于jquery - 浏览器在加载时自动缩放,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/15145026/

10-10 22:08