Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デスクトップ ブラウザで Web ページのズームを停止するにはどうすればよいですか。または、最小ズームと最大ズームを防ぎます。幅と高さの後にページがズームインまたはズームアウトしないこと。ありがとう。
user-scalable=0 および maximum-scale=1.0 を指定することもできますが、すべてのブラウザーがこのディレクティブに従うわけではありません。
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />