html代碼禁止瀏覽器縮放網頁大小

html5默認容許用戶縮放頁面,若是須要禁止縮放,咱們須要將user-scalabel=0設置下,具體代碼以下:html <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" /> 注意:meta在head裏。
相關文章
相關標籤/搜索