问题
I don't understand why the font-size property on iPhone "landscape" seems larger than portrait or desktop browser...
I have for body
font-size: 100%
and for text inside image 17px
PORTRAIT
LANDSCAPE
I assure that in landscape version text seems larger.
回答1:
Include this to your site:
body {
-webkit-text-size-adjust: none;
}
来源:https://stackoverflow.com/questions/53103444/the-font-size-property-on-iphone-landscape-seems-larger