I want to prevent mobile devices from zooming on page content. How can I update a Gantry 5-based website to do this? I do not see a configuration in the Joomla backend for setting the META viewport. I assume I have to update a PHP file directly, but cannot locate it.
Here's what my site currently has:<meta name="viewport" content="width=device-width, initial-scale=1.0">
Here's what I want my site to have:<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">