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.
javascriptを使用してロード時に75%と自動的に言うようにしているWebページでブラウザのズームを設定することは可能ですか?もしそうなら、どのようにこれを行うことができますか?私はグーグルで検索しましたが、実際には何も見つかりませんでした。ありがとう。
<meta name="viewport" content="width=device-width">
CSSで、body { width:75%; margin:auto; }コンテンツを縮小して中央に配置するようにします。
body { width:75%; margin:auto; }