Viewport meta tag is as follows:
<meta name="viewport" content="width=device-width, initial-scale=1" />
Despite this, I need to manually zoom out on iphone/ipad to fit the site to screen. There's no min-widths preventing the site from scaling down to fit, so all that I can think of is perhaps iOS Safari calculates viewport size without accounting for its vertical scrollbar? Regardless, is there anyway of forcing it to load zoomed all the way out without disabling zoom functionality throughout?
For anyone curious I solved it.
Case:
Solution: