Comment on First 5 Minutes Troubleshooting A ServerparentComments−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
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).