Henry's blog

Tags · html

Home

About

Archives

html

HTML 页面在手机上页面小的解决方法

今天我写musiclab的css时,发现在电脑上页面很好,但在手机上就显示的很小。一开始我以为是响应式的问题,结果并不是。在网上找到了一些更改font-size单位为rem的,也没有解决。解决方法:网页源代码中有时候会遇到这样的一段代码: 1234<head><meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--blahblahblah---></head> 这行代码就是用来解决这个问题的。

Read more