You probably want to change the viewport from what you have:
meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;"
to this:
meta name='viewport' content='width=device-width, minimum-scale=1.0, maximum-scale=1.0'
the other attributes and the semi-colons are not needed. Sry for the long comment :/
2 Responses
Already discovered our website? Don't forget to check out the mobile version, visit Digiti.be on your iPhone/iPod Touch to experience it ;-)
11 months ago
Pro
Brad Birdsall
Hey guys. The site looks great! Nice work.
Just one comment on the code used:
You probably want to change the viewport from what you have:
meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;"
to this:
meta name='viewport' content='width=device-width, minimum-scale=1.0, maximum-scale=1.0'
the other attributes and the semi-colons are not needed. Sry for the long comment :/
11 months ago