HTML

Viewport weirdness

Apparantly this is the way to config the viewport so that mobile devices are ok with the world.

<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=3.0, minimum-scale=0.86">

Last updated