mathjax/MathJax-docs

document viewport suggestions

pkra opened this issue · 2 comments

pkra commented

See https://groups.google.com/d/msg/mathjax-users/CFhPmGixWWE/M8vflfqdCw0J

<meta name="viewport" content="width=device-width,minimum-scale=1.0, maximum-scale=1.0" />

pkra commented

Following https://developers.google.com/web/fundamentals/layouts/rwd-fundamentals/set-the-viewport, maybe rather
<meta name="viewport" content="width=device-width,minimum-scale=1.0, maximum-scale=1.0" />

pkra commented

Oops, sorry, I meant <meta name="viewport" content="width=device-width, initial-scale=1">