Showing posts with label Viewport. Show all posts
Showing posts with label Viewport. Show all posts

Setting view port for responsive site



Place the following meta tag into the tag. Viewport for mobile devices like iPhone and iPad.
<!-- view port -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- -->