LoginSignup
2
2

More than 5 years have passed since last update.

Bootstrapで作ったサイトがスマホでめっちゃ小さかった時

Posted at

自分用メモ。

スマホ用のviewportを設定しないと、モバイル端末ではめちゃ小さくなってしまう。
以下をheadタグ内に記載する。

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2