This repository was archived by the owner on Feb 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 310
W003
cvrebert edited this page Oct 4, 2014
·
1 revision
To enable responsive viewport sizing in most modern mobile browsers, the webpage needs to include an appropriate <meta name="viewport">
tag in its <head>
, such as:
<meta name="viewport" content="width=device-width, initial-scale=1">
Bootlint didn't find such a <meta name="viewport">
tag in the webpage. Unless you're using Bootstrap in a non-responsive fashion, you should add the tag.
See also: Bootstrap's basic HTML template
Bootlint documentation wiki content is licensed under the CC BY 3.0 License, and based on Bootstrap's docs which are copyright Twitter, Inc.