Comment on First 5 Minutes Troubleshooting A ServerparentComments−hunvreus13yNot sure why it is so: I'll look into it today.−bti13yTake the maximum-scale out of your meta viewport tag.<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>−hunvreus13yFixed. Thanks for the tip and sorry for the annoyance. That was coming straight from the Jekyll boilerplate I used: Foundation (https://github.com/Wiredcraft/foundation).
Comments
Not sure why it is so: I'll look into it today.
Take the maximum-scale out of your meta viewport tag.
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
Fixed. Thanks for the tip and sorry for the annoyance. That was coming straight from the Jekyll boilerplate I used: Foundation (https://github.com/Wiredcraft/foundation).