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.
Androidでcssミリメートル(mm)が実際のmmのように見えるようにする方法を知っている人はいますか?私のPCでは問題なく動作しています。
ありがとうございました
viewportメタタグを設定してみることができます:
viewport
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
モバイル ブラウザではすべての比率が小さいため、デスクトップ サイトが小さなモバイル画面に収まるように、デフォルトですべてのデスクトップ ディメンションが再計算されます。