This repository has been archived by the owner on Sep 18, 2018. It is now read-only.
forked from twbs/bootlint
-
Notifications
You must be signed in to change notification settings - Fork 0
W003
Herst edited this page Sep 8, 2018
·
2 revisions
Note: Below is the original page from the Bootlint documentation, some of the info here might not apply to Bootlint-NG!
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-NG documentation wiki content is licensed under the CC BY 3.0 License, and based on Bootstrap's docs which are copyright Twitter, Inc. For the original Bootlint documentation this is a fork of, see https://github.com/twbs/bootlint/wiki.