Standard viewport for web apps


/ Published in: HTML
Save to your folder(s)

Use this snippet to set the viewport of a standard web application.


Copy this code and paste it in your HTML
  1. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">

URL: http://snippets.reiffs.dk/standard-viewport-meta-til-web-applikation/

Report this snippet


Comments


You need to login to view comments.