3
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

HTMLタグだけで簡易スマホ対応(viewport)

Last updated at Posted at 2017-09-19

モバイル対応する場合、htmlファイル切り替えるとかCSSのメディアクエリ使うとかするべきでしょうが、
そんな凝った画面でもないしとりあえずでいいんだ、というときはmetaタグ一つでいけます。

<meta name="viewport" content="width=device-width">

以下もご参考に。
もう逃げない。HTMLのviewportをちゃんと理解する

3
9
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
3
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?