We can set a site to be responsive with the standard meta tag to do so: <meta name=”viewport” content=”width=device-width”> This will adapt the content to the viewport width. We can also explicitly set a width – this is pretty uncommon, but it’s possible: <meta name=”viewport” content=”width=1024″> This will render the content at 1024. […]
A CSS nerd question about render scaling and viewport meta tags
- Posted in Uncategorized - 18 comments